Skip to content

Commit

Permalink
active deactivate test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 21, 2017
1 parent c392428 commit 6084d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _unittests/ut_df/test_connex_split_big.py
Expand Up @@ -47,7 +47,7 @@

class TestConnexSplitBig(ExtTestCase):

def _test_conex_big(self):
def test_connex_big(self):
fLOG(
__file__,
self._testMethodName,
Expand All @@ -69,7 +69,7 @@ def _test_conex_big(self):
self.assertEqual(nbc, 5376)
self.assertEqual(maxi, 14181)

def test_conex_big_approx(self):
def test_connex_big_approx(self):
fLOG(
__file__,
self._testMethodName,
Expand Down

0 comments on commit 6084d04

Please sign in to comment.