Open
Description
In PR #22 running pytest on the tests directory has been yielding weird results ever since I started messing around with the decorators. Mostly I have been converting methods to functions using @classmethod
and changing self
to cls
. I did all that b/c codacy suggested but as far as I can tell this is mostly just making things more difficult. If we need to lose all that bullshit we def can. I can just tell codacity to ignore that problem pattern and the score should improve, but I don't wanna cheat if I don't have too 😉.
- Create a standard SOP in the wiki of how to run
pytest
on thetests
directory- Create one for Atom
- Create one for PyCharm
(Add a few screen shots if possible)
After merger of PR Sip import fix #30
- Run
pytest tests
from travis.ci- Create new issue to diagnose travis.ci issues if any.