Skip to content

Commit

Permalink
fix for travis CI unit testing import error
Browse files Browse the repository at this point in the history
  • Loading branch information
immermarc committed Jun 27, 2017
1 parent 7369730 commit f586ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_TableHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#use mock to removed missing dependency from TableHelper
sys.modules['pyAPP6'] = mock.Mock()
sys.modules['pyAPP6.Files'] = mock.Mock()

from pyAPP6Tools import TableHelper

Expand Down

0 comments on commit f586ba6

Please sign in to comment.