requirements-selftests.txt 249 字节
Newer Older
1 2 3 4 5 6 7 8 9
# Avocado test requirements
# nose (selftests)
nose>=1.3.0
# sphinx (doc build test)
Sphinx>=1.3b1
# flexmock (some unittests use it)
flexmock>=0.9.7
# inspektor (static and style checks)
inspektor>=0.1.12
10 11
# mock (some unittests use it)
mock>=1.0.0