diff options
author | Philip Paquette <pcpaquette@gmail.com> | 2018-12-14 16:53:08 -0500 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-04-18 11:22:30 -0400 |
commit | 76d92f8e3a2fb12d7dad133ca72832f4e1c5c6e3 (patch) | |
tree | 28a8583cf47dea46e638638b9a908e495b3fd11f /diplomacy/tests | |
parent | 6bf4eff9344064e3d69debda4fbc1281342377a3 (diff) |
Upgraded pylint to v2.2.0
Diffstat (limited to 'diplomacy/tests')
-rw-r--r-- | diplomacy/tests/test_datc_no_expand.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |