mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add test that actually tests the test
This commit is contained in:
parent
06e439ef40
commit
c351b526f6
2 changed files with 2 additions and 105 deletions
|
@ -39,6 +39,7 @@ class CheckTidiness(unittest.TestCase):
|
|||
self.assertEqual("%s manifest file is required but was not found" % wrong_path, errors.next()[2])
|
||||
self.assertNoMoreErrors(errors)
|
||||
errors = tidy.check_manifest_dirs(os.path.join(base_path, 'manifest-include.ini'), print_text=False)
|
||||
self.assertTrue(errors.next()[2].endswith("never_going_to_exist"))
|
||||
self.assertNoMoreErrors(errors)
|
||||
|
||||
def test_directory_checks(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue