Commit bdb7742
authored
Refactor: Move all tests to tests/ directory (#40)
* Refactor: Move all tests to tests/ directory
- Moved test.py -> tests/test_delayed_assert.py
- Moved test_color_toggle.py -> tests/test_color_toggle.py
- Moved test_issue_15.py -> tests/test_issue_15.py
- Moved test_issue_33.py -> tests/test_issue_33.py
- Moved example_unittest.py -> tests/example_unittest.py
- Updated pytest.ini
- Updated README.md reference
* Refactor: Remove Travis CI and update badges
* CI: Install package in tests workflow to ensure importability1 parent 1151399 commit bdb7742
File tree
9 files changed
+4
-14
lines changed- .github/workflows
- tests
9 files changed
+4
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments