We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a909cb commit dc43053Copy full SHA for dc43053
tests/test_player.py
@@ -24,16 +24,6 @@ def test_init():
24
assert player.original_function.restype == c_int
25
with pytest.raises(ValueError):
26
player = Player('test')
27
- assert "libstrategies.so" == player.shared_library_name
28
- assert type(player.shared_library) is CDLL
29
- assert "libstrategies.so" in str(player.shared_library)
30
-
31
32
-def test_init_with_shared():
33
- player = Player("k42r", shared_library_name="libstrategies.so")
34
35
36
37
38
39
def test_matches():
0 commit comments