-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* isort: —rc is now deprecated * Add blank line to placate isort (lifted from #25) * Make isort a mandatory test * isort --verbose to document files skipped * isort --verbose is too verbose
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
import platform | ||
|
||
from junit_xml import TestCase, TestSuite | ||
|
||
from tap2junit.tap13 import TAP13 as tap13 | ||
|
||
|
||
|