9 lines
107 B
Python
9 lines
107 B
Python
import pytest
|
|
|
|
import pywerwolf
|
|
import pywerwolf.gamelogic as gl
|
|
|
|
def test_game_init():
|
|
g = gl.Game()
|
|
|