-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ivmartel
committed
Dec 16, 2011
1 parent
fa62ae9
commit 8d1e253
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
""" | ||
XML Test Runner for PyUnit | ||
""" | ||
|
||
## @package xmlrunner | ||
# XML Test Runner for PyUnit. | ||
# | ||
# Written by Sebastian Rittau <[email protected]> and placed in | ||
# the Public Domain. With contributions by Paolo Borelli and others. | ||
# \ingrou tests | ||
|
||
from __future__ import with_statement | ||
|
||
|