Skip to content
Snippets Groups Projects

added a test that tests whether it is possible to simply import all of nifties methods

Merged Theo Steininger requested to merge nifty_import_test into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
test/test_init.py 0 → 100644
+ 4
0
from nifty import *
#This tests if it is possible to import all of nifties methods. Experience shows this is not always possible.
pass
\ No newline at end of file
Loading