Commit 05c8259
authored
refactor: convert test cases to pytest (#194)
- Rename test file names to use underscores
- Run nose2pytest against all test files
- Run isort against all test files
- Add __init__.py to tests directory
- Add module docstrings
- Remove imports from __future__
- Remove utf8 encoding declaration; not needed in Python3
- Get tests to pass1 parent 6ca5605 commit 05c8259
File tree
22 files changed
+612
-608
lines changed- tests
22 files changed
+612
-608
lines changedWhitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments