From 76d92f8e3a2fb12d7dad133ca72832f4e1c5c6e3 Mon Sep 17 00:00:00 2001 From: Philip Paquette Date: Fri, 14 Dec 2018 16:53:08 -0500 Subject: Upgraded pylint to v2.2.0 --- diplomacy/tests/test_datc_no_expand.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'diplomacy/tests') diff --git a/diplomacy/tests/test_datc_no_expand.py b/diplomacy/tests/test_datc_no_expand.py index ee156f4..0e7711f 100644 --- a/diplomacy/tests/test_datc_no_expand.py +++ b/diplomacy/tests/test_datc_no_expand.py @@ -40,7 +40,6 @@ class TestDATCNoExpand(RootDATC): I prefer that an attempt is made to the only possible coast, the north coast of Spain. """ # Expected to failed - pass def test_6_b_9(self): """ 6.B.9. TEST CASE, SUPPORTING WITH WRONG COAST @@ -83,7 +82,6 @@ class TestDATCNoExpand(RootDATC): I prefer that a move will be attempted. """ # Expected to fail - pass def test_6_b_12(self): """ 6.B.12. TEST CASE, ARMY MOVEMENT WITH COASTAL SPECIFICATION @@ -94,4 +92,3 @@ class TestDATCNoExpand(RootDATC): I prefer that a move will be attempted. """ # Expected to fail - pass -- cgit v1.2.3