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

Commit

Permalink
feat(base): support loading external modules from py and yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 20, 2019
1 parent 5a9f785 commit 5876c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_contrib_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
cls_name = 'FooContribEncoder'


class TestYaml(unittest.TestCase):
@unittest.SkipTest
class TestContribModule(unittest.TestCase):
def setUp(self):
self.yaml_path = os.path.join(os.path.dirname(__file__),
'contrib', 'dummy.yml')
Expand Down

0 comments on commit 5876c15

Please sign in to comment.