]> git.parisson.com Git - telemeta.git/commit
Setup a basic unit tests framework
authorThomas Fillon <thomas@parisson.com>
Tue, 4 Jul 2017 12:15:21 +0000 (14:15 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 4 Jul 2017 12:15:21 +0000 (14:15 +0200)
commitf85cfcf45a4b4facc3807aa12b345548578d6a94
tree32d518abb88f9dc5bda38def6f2b91bdf5d18816
parentec1a0d0c3d0a92cb599971f644792e106e6a1361
Setup a basic unit tests framework

Fix #181
.travis.yml
app/pytest.ini [new file with mode: 0644]
app/settings.py
pytest.ini [deleted file]
requirements.txt
telemeta/models/fields.py
telemeta/tests/instrument_factories.py [deleted file]
telemeta/tests/model_tests.py [deleted file]
telemeta/tests/settings_sqlite.py
telemeta/tests/test_models.py [new file with mode: 0644]