Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing improvements #9

Open
PhillipNordwall opened this issue Oct 28, 2017 · 2 comments
Open

Testing improvements #9

PhillipNordwall opened this issue Oct 28, 2017 · 2 comments

Comments

@PhillipNordwall
Copy link

Testing improvements through the addition of

  • PyTest
  • Mocking
  • Unit tests

would be good

@reillysiemens
Copy link
Owner

The tests that I added in #11 are a good demonstration of what I'm looking for if you still want to lend a hand, @PhillipNordwall.

Test coverage is currently sitting at 41%. I'd like to bump that up by testing all but the CLI (the cli function) for now. That will be its own can of worms and I'll likely move it out into its own module when I get around to refactoring.

@reillysiemens
Copy link
Owner

We're up to 61% on master now and all but the CLI is tested. Further testing improvements should wait until after the CLI has been refactored into a separate module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants