python-package-best-practices
python-package-best-practices copied to clipboard
Hands-on workshop showing good software development practices to create a Python package.
I was trying to practice `Episode 07 - Python Testing` And when I reached the build_bond_list test, invoking the command `pytest -v` and it throws an Exception: ```python (molssi_best_practices) radifar->mymolpy$...
Now I understand why in Episode 4 section `Editing function to our package`, the `symbols` variable output was written as `array(['O', 'H', 'H'], dtype='
README really needs to be updated. How did we miss this for so long??