You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trystant Have you used travis-ci? One of the projects that I submitted a pull request for during hacktoberfest had the integration with testing. It was very slick. It would run the test on creation of the PR and tell you if it was broken.
When looking to see how this is accomplished, I ran into coverall which seems like it would be a good addition also.
Is there an automated testing strategy for this project? I'm not familiar with Python's testing tools.
I know of
nose
, but that's about it.The text was updated successfully, but these errors were encountered: