diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-09-11 11:45:17 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-09-15 14:13:24 +0200 |
commit | 8384b006f575ac0b769f9f6e9ce6b2c623ec9fa1 (patch) | |
tree | 6e2c2366f3b5a87fba270e6f75d48bfc4da3677c /setup.py | |
parent | 5f2f8a65aba2672ae6661052af2f735ba17ad7a5 (diff) |
[test] add test infrastructure
Some refactor on the couchdb usage was needed to be able to mock
couchdb.
- Resolves: #7435
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -152,7 +152,9 @@ setup( namespace_packages=["leap"], package_dir={'': 'src'}, packages=find_packages('src'), - # test_suite='leap.mx.tests', + test_suite='leap.mx.tests', + tests_require=parse_requirements( + reqfiles=['pkg/requirements-testing.pip']), install_requires=requirements, classifiers=trove_classifiers, data_files=data_files |