Codebase list dh-python / 7dc5e72
Add test coverage for pybuild.testfiles Stefano Rivera 1 year, 9 months ago
5 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 testfile1.txt
1 nested/testfile2.txt
2 testdir
33 class RequiredTest(TestCase):
44 def test_tests_are_executed(self):
55 open('test-executed', 'w').close()
6
7 def test_testfiles_exist(self):
8 open('testfile1.txt').close()
9 open('testfile2.txt').close()
10 open('testdir/testfile3.txt').close()
(New empty file)