Skip to content

Commit

Permalink
tests(utils): change test_utils_loader.py name to ``test_loader_u…
Browse files Browse the repository at this point in the history
…tils.py``, add assertion for it`s tests
  • Loading branch information
parsariyahi committed Dec 14, 2023
1 parent c05f6d3 commit ff883bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions tests/progature/utils/test_loader_utils.py
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
5 changes: 0 additions & 5 deletions tests/progature/utils/test_utils_loader.py

This file was deleted.

0 comments on commit ff883bc

Please sign in to comment.