Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_games.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A lightweight test suite for games.py"""

# You can run this test suite by doing: py.test tests/games.py
# You can run this test suite by doing: py.test tests/test_games.py
# Of course you need to have py.test installed to do this.

import pytest
Expand Down