Skip to content

rjw57/componentsdb

Repository files navigation

Components database

Build Status Coverage Status

My little database for storing electronics components.

Testing

The requirements for the testing environment are listed in tests/requirements.txt. You can also see the travis configuration for a minimal working example. The requirements can be installed via:

$ pip install -r test/requirements.txt

In addition, a PostgreSQL database must be available. By default the test suite uses the "componentsdb_testing" database but you can override this via the TEST_DATABASE_URI environment variable:

$ TEST_DATABASE_URI=postgres:///other_db tox

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published