~testtools-committers/pyjunitxml/trunk

« back to all changes in this revision

Viewing changes to pyjunitxml

  • Committer: Robert Collins
  • Date: 2011-12-07 16:55:49 UTC
  • mfrom: (23.2.6 pyjunitxml)
  • Revision ID: robertc@robertcollins.net-20111207165549-9jwmkv3p3luyplpx
Merge trivial front end script too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
 
 
3
"""Script to run unit tests under junitxml."""
 
4
 
 
5
if __name__ == '__main__':
 
6
    import junitxml.main
 
7
    junitxml.main.main()