test_open_spiel_pattern.py 164 Bytes
Newer Older
1
2
3
4
5
# -*- coding: utf-8 -*-
import pytest

from pybind11_tests import open_spiel_pattern as m

6
7
8

def test_recycle_foo():
    res = m.recycle_foo()
9
    assert res == 579