Test codebender frontend with selenium
- features
- and stuff
Install CodebenderTest:
pip install CodebenderTest
Install development requirements:
pip install -r requirements.txt
Tests can then be run with:
nosetests
Lint the project with:
flake8 CodebenderTest tests
Generate the documentation with:
cd docs && PYTHONPATH=.. make singlehtml
To monitor changes to Python files and execute flake8 and nosetests automatically, execute the following from the root project directory:
stir




