We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that we run on travis for each commit, it would be nice if we could execute a short weboot session there, hitting some URLs from the tutorial.
I haven't investigated how to do this, maybe someone else knows how to do web testing?
The text was updated successfully, but these errors were encountered:
pyramid has fairly extensive documentation on how to do web testing.
Sorry, something went wrong.
travis-ci also has some documentation. I don't think I'll have time to look into how this stuff works any time soon, unfortunately.
Update: we're now running https://github.com/rootpy/WebOOT/blob/master/weboot/tests.py an travis-ci as can be seen here. It doesn't really do anything at the moment, but it's a start.
Cool! Maybe it should be run through nosetests rather than executing it directly?
nosetests
No branches or pull requests
Now that we run on travis for each commit, it would be nice if we could execute a short weboot session there, hitting some URLs from the tutorial.
I haven't investigated how to do this, maybe someone else knows how to do web testing?
The text was updated successfully, but these errors were encountered: