Skip to content

Instantly share code, notes, and snippets.

@rich-hart
Last active August 29, 2015 14:20
Show Gist options
  • Save rich-hart/aa63d8e66a21a493086b to your computer and use it in GitHub Desktop.
Save rich-hart/aa63d8e66a21a493086b to your computer and use it in GitHub Desktop.
testing script for karen vm install
python setup.py test -s cnxauthoring.tests.test_utils
python setup.py test -s cnxauthoring.tests.test_views
python setup.py test -s cnxauthoring.tests.test_modifiers
python setup.py test -s cnxauthoring.tests.test_schemata
python setup.py test -s cnxauthoring.tests.test_utils
python -m unittest discover -s .
# it seems that its reading the file mock-1.0.1-py2.7.egg as a module but can't find it in the loaded modules.
# also the tests/interpet.py needs to moved out of directory or else error will be thrown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment