forbiddenfruit
forbiddenfruit copied to clipboard
Switch to pytest
- remove nose references
- switch to pytest
- fix failing test due to pytest different behavior
This fixes #46
I guess just adding the dependency didn't help. there seems to be a conflict of APIs, maybe due to not pinning a specific version?
File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/pytest_cov/engine.py", line 208, in start
self.cov = coverage.Coverage(source=self.cov_source,
AttributeError: 'module' object has no attribute 'Coverage'