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

The bot needs an automated test suite #13

Open
trystant opened this issue Nov 25, 2016 · 3 comments
Open

The bot needs an automated test suite #13

trystant opened this issue Nov 25, 2016 · 3 comments
Assignees

Comments

@trystant
Copy link

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.

@trystant trystant changed the title Automated Testing The bot needs an automated test suite Nov 25, 2016
@gt50
Copy link
Contributor

gt50 commented Dec 2, 2016

@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.

@trystant
Copy link
Author

trystant commented Dec 2, 2016

@gt50 I use Travis for EB Wiki. It's one of several good CI services.

@gt50
Copy link
Contributor

gt50 commented Dec 3, 2016

@trystant I have never tried travis ci. I will give it a try.

@gt50 gt50 self-assigned this Dec 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants