mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-07 22:22:34 +01:00
fix(tests): add missing comprehensive test files and fix gitignore
The comprehensive test files were not committed due to .gitignore pattern 'test_*.py' blocking all test files. Fixed gitignore to only exclude root-level test scripts.
This commit is contained in:
parent
c72f581ce7
commit
c75f37603f
13 changed files with 6048 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -8,8 +8,8 @@
|
|||
!requirements-dev.txt
|
||||
|
||||
RELEASE_NOTES.md
|
||||
test.py
|
||||
test_*.py
|
||||
/test.py
|
||||
/test_*.py
|
||||
!test_exclude_cards.txt
|
||||
!test_include_exclude_config.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue