updated roles, init tests, added states
This commit is contained in:
8
tests/test_game.py
Normal file
8
tests/test_game.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pytest
|
||||
|
||||
import pywerwolf
|
||||
import pywerwolf.gamelogic as gl
|
||||
|
||||
def test_game_init():
|
||||
g = gl.Game()
|
||||
|
||||
Reference in New Issue
Block a user