
Let separate test cases (tobiko.tests package) from framework (the rest of tobiko). - Move test case dependencies to test-requirements.txt file. - Keep only requirements.txt as framework requirements file. - Add python-networkclient dependency to tobiko framework - update tox.ini to use it for checking code before committing it Change-Id: I0bc433153e00a1c83dbf691bfe058a1ccb1a49dd
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
mock >= 2.0 # BSD
|
|
testscenarios>=0.4
|
|
testtools>=2.2.0
|
|
tempest>=17.1.0
|