-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(utils): change
test_utils_loader.py
name to ``test_loader_u…
…tils.py``, add assertion for it`s tests
- Loading branch information
1 parent
c05f6d3
commit ff883bc
Showing
2 changed files
with
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from progature.utils.loader import load_all_games | ||
|
||
def test_load_all_games(game): | ||
games_pot = load_all_games() | ||
|
||
for g in games_pot: | ||
assert g == game |
This file was deleted.
Oops, something went wrong.