Skip to content

Commit

Permalink
Remove unnecessary minimal from limits test
Browse files Browse the repository at this point in the history
  • Loading branch information
chesslogic committed Nov 17, 2024
1 parent 9fccaef commit 0591cdb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions worlds/checksmate/test/TestPieceLimits.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def test_no_options(self):

class TestChaosPieceLimitsOfVanilla(PieceLimitTestBase):
options = {
"accessibility": "minimal",
"fairy_chess_army": "chaos",
"fairy_chess_piece_collection": 2,
"minor_piece_limit_by_type": 2,
Expand All @@ -60,7 +59,6 @@ def test_limit(self):

class TestChaosPieceLimitsOfOne(PieceLimitTestBase):
options = {
"accessibility": "minimal",
"fairy_chess_army": "chaos",
"fairy_chess_piece_collection": "configure",
"minor_piece_limit_by_type": 1,
Expand All @@ -78,7 +76,6 @@ def test_limit(self):

class TestChaosPieceLimitsOfTwo(PieceLimitTestBase):
options = {
"accessibility": "minimal",
"fairy_chess_army": "chaos",
"fairy_chess_piece_collection": "configure",
"minor_piece_limit_by_type": 2,
Expand All @@ -96,7 +93,6 @@ def test_limit(self):

class TestChaosPieceLimitsByVariety(PieceLimitTestBase):
options = {
"accessibility": "minimal",
"fairy_chess_army": "chaos",
"fairy_chess_piece_collection": "configure",
"minor_piece_limit_by_type": 5,
Expand All @@ -114,7 +110,6 @@ def test_limit(self):

class TestStablePieceLimits(PieceLimitTestBase):
options = {
"accessibility": "minimal",
"fairy_chess_piece_collection": "configure",
}

Expand All @@ -127,7 +122,6 @@ def test_no_options(self):

class TestStablePieceLimitsOfVanilla(PieceLimitTestBase):
options = {
"accessibility": "minimal",
"minor_piece_limit_by_type": 2,
"major_piece_limit_by_type": 2,
"queen_piece_limit_by_type": 1,
Expand All @@ -143,7 +137,6 @@ def test_limit(self):

class TestStablePieceLimitsOfThree(PieceLimitTestBase):
options = {
"accessibility": "minimal",
"minor_piece_limit_by_type": 3,
"major_piece_limit_by_type": 3,
"queen_piece_limit_by_type": 3,
Expand Down

0 comments on commit 0591cdb

Please sign in to comment.