anvil/test-requirements.txt
Joshua Harlow d3e2377269 Add a way to test multipip against many samples
Add a test that can read from a data test yaml file
to test alot of multipip version checks at once, making
it easy to add new tests (and delete older ones) in a
relatively simpler manner.

- Move all current sample tests to this new format.
- Fix a bug in allowing variations of matching x<1, x<4
  as a good combination.

Change-Id: I66b806c6d1d804c0de4957f95dda93b0390f94c0
2014-03-28 14:28:01 -07:00

7 lines
87 B
Plaintext

pylint==0.25.2
hacking>=0.8.0,<0.9
mock>=1.0
nose
testtools>=0.9.34
nose-parameterized