Files
pywerewolf/tests/test_game.py

9 lines
107 B
Python

import pytest
import pywerwolf
import pywerwolf.gamelogic as gl
def test_game_init():
g = gl.Game()