fix imports

This commit is contained in:
Alberto Xamin 2021-06-29 14:48:33 +02:00
parent 2c794723c7
commit 9ca62bd5ba
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2
4 changed files with 2 additions and 2 deletions

View File

@ -25,4 +25,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest python -m pytest

0
backend/conftest.py Normal file
View File

View File

View File

@ -1,4 +1,4 @@
from dummy_socket import DummySocket from tests.dummy_socket import DummySocket
from bang.deck import Deck from bang.deck import Deck
from bang.game import Game from bang.game import Game