madscatt / zazmol

Library for defining molecular objects to create simulation and analysis programs To install: python setup.py install dependencies: numpy, mocker
GNU General Public License v3.0
0 stars 2 forks source link

Clean up all tests #78

Open madscatt opened 1 year ago

madscatt commented 1 year ago

After first pass of converting tests to Python 3, clean up imports, set mode for print statements for future tests, autopep8, lint etc.

madscatt commented 1 year ago

Need to change main() to unittest.main() for all tests.