Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 897 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 897 Bytes

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