Skip to content

Commit

Permalink
make test module executable from command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Jul 26, 2005
1 parent 3bf5333 commit 0914f65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_accesslog.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ def check_simple_logger(self, text):

def test_suite():
return unittest.makeSuite(TestAccessLogging)

if __name__ == '__main__':
unittest.main()

0 comments on commit 0914f65

Please sign in to comment.