Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 87ec1fd

Browse files
author
hanhxiao
committed
tests(base): move module delete to teardown
1 parent aa74f50 commit 87ec1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_contrib_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module_path = os.path.join(dirname, 'contrib', 'dummy_contrib.py')
77
cls_name = 'FooContribEncoder'
88

9-
9+
@unittest.SkipTest
1010
class TestContribModule(unittest.TestCase):
1111
def setUp(self):
1212
self.yaml_path = os.path.join(os.path.dirname(__file__),

0 commit comments

Comments
 (0)