lp:~duncf/pyjunitxml/cmdline-runner
Created by
Duncan Findlay
and last modified
- Get this branch:
- bzr branch lp:~duncf/pyjunitxml/cmdline-runner
Only
Duncan Findlay
can upload to this branch. If you are
Duncan Findlay
please log in for upload directions.
Branch merges
Propose for merging
- Robert Collins: Approve
-
Diff: 689 lines (+597/-4)10 files modifiedjunitxml/__init__.py (+9/-3)
junitxml/__main__.py (+12/-0)
junitxml/main.py (+167/-0)
junitxml/runner.py (+71/-0)
junitxml/tests/__init__.py (+8/-0)
junitxml/tests/test_junitxml.py (+5/-1)
junitxml/tests/test_main.py (+198/-0)
junitxml/tests/test_runner.py (+119/-0)
pyjunitxml (+7/-0)
setup.py (+1/-0)
Branch information
Recent revisions
- 29. By Duncan Findlay
-
Add pyjunitxml script to avoid the tricky python-
version- specific ways of starting junitxml. - 28. By Duncan Findlay
-
Use unittest2 in unit tests if available to work around unittest2py3k
issues (it does not recognize unittest.TestCase as a test case). - 26. By Duncan Findlay
-
Fix unit tests to test both "with discovery" and "without discovery"
behavior instead of just what the current unittest library can do. Add
parameter for XmlTestProgram init to override discovery-detection
logic. - 25. By Duncan Findlay
-
Add support for running junitxml on the command line ("python -m
junitxml") to run unit tests with XML output. Tests to run can be
specified on the command line, or, if available, uses unittest (or
unittest2) automatic test discovery. Added several unit tests.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:pyjunitxml