Skip to content

Commit

Permalink
- test.suite: added test.cli.util.test_shell testcases to the suite
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-h committed Nov 24, 2012
1 parent 289e81d commit d1f181e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/suite.py
Expand Up @@ -15,6 +15,7 @@
from test.wc import test_convert
from test.util import test_xpath
from test.util import test_cpio
from test.cli.util import test_shell


def additional_tests():
Expand All @@ -33,6 +34,7 @@ def additional_tests():
suite.addTests(test_convert.suite())
suite.addTests(test_xpath.suite())
suite.addTests(test_cpio.suite())
suite.addTests(test_shell.suite())
return suite

if __name__ == '__main__':
Expand Down

0 comments on commit d1f181e

Please sign in to comment.