@@ -32,6 +32,8 @@ def test_enummixed_strategy_double():
3232 # For floating-point results are not exact, so we skip testing exact values for now
3333
3434
35+ @pytest .mark .nash
36+ @pytest .mark .nash_enummixed_strategy
3537def test_enummixed_strategy_rational ():
3638 """Test calls of enumeration of mixed strategy equilibria, rational precision."""
3739 game = games .read_from_file ("poker.efg" )
@@ -53,6 +55,8 @@ def test_lcp_strategy_double():
5355 # For floating-point results are not exact, so we skip testing exact values for now
5456
5557
58+ @pytest .mark .nash
59+ @pytest .mark .nash_lcp_strategy
5660def test_lcp_strategy_rational ():
5761 """Test calls of LCP for mixed strategy equilibria, rational precision."""
5862 game = games .read_from_file ("poker.efg" )
@@ -74,6 +78,8 @@ def test_lcp_behavior_double():
7478 # For floating-point results are not exact, so we skip testing exact values for now
7579
7680
81+ @pytest .mark .nash
82+ @pytest .mark .nash_lcp_behavior
7783def test_lcp_behavior_rational ():
7884 """Test calls of LCP for mixed behavior equilibria, rational precision."""
7985 game = games .read_from_file ("poker.efg" )
@@ -94,6 +100,8 @@ def test_lp_strategy_double():
94100 # For floating-point results are not exact, so we skip testing exact values for now
95101
96102
103+ @pytest .mark .nash
104+ @pytest .mark .nash_lp_strategy
97105def test_lp_strategy_rational ():
98106 """Test calls of LP for mixed strategy equilibria, rational precision."""
99107 game = games .read_from_file ("poker.efg" )
@@ -115,6 +123,9 @@ def test_lp_behavior_double():
115123 # For floating-point results are not exact, so we skip testing exact values for now
116124
117125
126+ @pytest .mark .nash
127+ @pytest .mark .slow
128+ @pytest .mark .nash_lp_behavior
118129def test_lp_behavior_rational ():
119130 """Test calls of LP for mixed behavior equilibria, rational precision."""
120131 game = games .read_from_file ("poker.efg" )
0 commit comments