add tox support for charm-helpers unit tests
Bug #1257763 reported by
Edward Hope-Morley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charm Helpers |
In Progress
|
Wishlist
|
Edward Hope-Morley |
Bug Description
currently, charm-helpers unit tests use nosetests which does not use a virtualenv and requires packages like python-nosetests to be installed on the host system in order to run the tests. We could avoid this by adding support for tox.
Related branches
lp://staging/~hopem/charm-helpers/lp1257763
- Stuart Bishop (community): Needs Resubmitting
- Liam Young: Pending requested
- James Page: Pending requested
- Jorge Niedbalski: Pending requested
- Cory Johns: Pending requested
- Kapil Thangavelu: Pending requested
- Benjamin Saller: Pending requested
-
Diff: 164 lines (+74/-30)6 files modified.bzrignore (+1/-0)
Makefile (+19/-8)
README.test (+8/-8)
test-requirements-precise.txt (+15/-0)
test-requirements-trusty.txt (+8/-14)
tox.ini (+23/-0)
Changed in charm-helpers: | |
status: | Won't Fix → In Progress |
To post a comment you must log in.
hmm having looked into this it may not be so simple since there's a bunch of dependencies not found in pypi.