fuel-library/utils/jenkins
Sebastian Kalinowski 4f12918d5b Add way to run Python tests
Added script to easily run Python tests in fuel-library.
Script is located in ./utils/jenkins/python_run_tests.sh and
uses tox to create environments and py.test as a test runner.

Usage of the script can be learn from running it with '-h' arg:
 ./python_run_tests.sh -h

Tests include running all found Python tests as well
'flake8' with 'hacking' checks in newest version.

Requirements for tests could be found in
./utils/jenkins/python-test-requirements.txt

tox.ini. is located in
./utils/jenkins/tox.ini

Disabled all flake8 checks in all currently failing files.

DocImpact
Change-Id: I283333c48ac53d7baa0a9bb04558d7317bdcec11
2015-02-20 13:12:25 +01:00
..
fuel_syntax_check.sh Refactor fuel syntax check script 2014-12-12 16:21:57 +02:00
fuel_unit_tests.sh Fix unit tests for swift and improve test script 2014-12-26 17:32:56 +02:00
make_rdoc.sh Add RDOC building script for Jenkins 2013-09-17 15:28:52 +04:00
modules.disable_rspec Adapt corosync for Fuel 2015-01-23 11:05:09 +01:00
python_run_tests.sh Add way to run Python tests 2015-02-20 13:12:25 +01:00
python-test-requirements.txt Add way to run Python tests 2015-02-20 13:12:25 +01:00
tox.ini Add way to run Python tests 2015-02-20 13:12:25 +01:00