Skip to content

ukriish/coaster

 
 

Repository files navigation

Coaster: common patterns for Flask apps

Build status

Coverage status

Coaster contains functions and db models for recurring patterns in Flask apps. Documentation at http://coaster.readthedocs.org/

### Run tests

Create a test Coaster DB:

$ createuser whoami $ createdb -O whoami coaster_test

Testing requires additional dependencies. Install them with:

$ pip install -r test_requirements.txt

To run a single test:

$ nosetests tests.<test_filename> # Example: nosetests test.test_render_with

To run all tests in one go:

$ nosetests

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%