14
15
class TestSetup(TestCase):
20
18
""" test cmd `python setup.py build`
22
20
This typically catches new subdirectories which weren't added to setup.py
25
p = subprocess.Popen([sys.executable, 'setup.py', 'build'],
27
p = subprocess.Popen([sys.executable, 'setup.py', 'build'],