Skip to content

Commit

Permalink
- test.suite: added test.util.test_xpath to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-h committed Mar 12, 2012
1 parent a45eae6 commit 8095dfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from test.wc import test_project
from test.wc import test_package
from test.wc import test_convert
from test.util import test_xpath


def additional_tests():
Expand All @@ -23,6 +24,7 @@ def additional_tests():
suite.addTests(test_project.suite())
suite.addTests(test_package.suite())
suite.addTests(test_convert.suite())
suite.addTests(test_xpath.suite())
return suite

if __name__ == '__main__':
Expand Down

0 comments on commit 8095dfe

Please sign in to comment.