Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
Avoid false passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Mar 2, 2014
1 parent c2dccae commit cb610ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaybu/tests/test_test_manifest.py
Expand Up @@ -23,7 +23,7 @@ def test_test_manifest(self):
# Bail out
return

current_manifest = dir(yaybu.tests)
current_manifest = yaybu.tests.__all__

test_dir = os.path.dirname(__file__)
for path in glob.glob(os.path.join(test_dir, "test_*.py")):
Expand Down

0 comments on commit cb610ac

Please sign in to comment.