Skip to content

Commit 3cc7f76

Browse files
author
Shakeel Mohamed
committed
add a test to check for the build directory
1 parent ecc5759 commit 3cc7f76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_examples.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ def test_async(self):
8181
except:
8282
pass
8383

84+
def test_build_dir_exists(self):
85+
self.assertTrue(os.path.exists("../build"), 'Run setup.py build, then setup.py dist')
86+
8487
def test_binding1(self):
8588
result = run("binding1.py")
8689
self.assertEquals(result, 0)

0 commit comments

Comments
 (0)