Skip to content

fakedrake/CodebenderTest

 
 

Repository files navigation

CodebenderTest

Build Status Stories in Ready pypi version # of downloads code coverage

Overview

Test codebender frontend with selenium

  • features
  • and stuff

Usage

Install CodebenderTest:

pip install CodebenderTest

Documentation

API Documentation

Testing

Install development requirements:

pip install -r requirements.txt

Tests can then be run with:

nosetests

Lint the project with:

flake8 CodebenderTest tests

API documentation

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

About

testing codebender frontend with selenium

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 42.8%
  • Makefile 29.3%
  • Shell 27.9%