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

Set up auto test when commiting and pushing etc. #79

Open madscatt opened 1 year ago

madscatt commented 1 year ago

Use github actions or other technology to automatically run tests when code is pushed to repo and report the results. Include local cleanup (lint, autopep8, local tests, etc.) as well.