Skip to content

Commit

Permalink
corrected nose_test_function
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 3, 2017
1 parent 4c42578 commit 9fec575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsonextended/__init__.py
Expand Up @@ -115,6 +115,7 @@ def _run_nose_tests(doctests=True, verbose=True):
nose_argv.append('-v')
if doctests:
nose_argv.append('--with-doctest')
nose_argv.append('jsonextended')
initial_dir = os.getcwd()
my_package_file = os.path.abspath(jsonextended.__file__)
print(my_package_file)
Expand Down

0 comments on commit 9fec575

Please sign in to comment.