We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc5759 commit 3cc7f76Copy full SHA for 3cc7f76
tests/test_examples.py
@@ -81,6 +81,9 @@ def test_async(self):
81
except:
82
pass
83
84
+ def test_build_dir_exists(self):
85
+ self.assertTrue(os.path.exists("../build"), 'Run setup.py build, then setup.py dist')
86
+
87
def test_binding1(self):
88
result = run("binding1.py")
89
self.assertEquals(result, 0)
0 commit comments