lorax/tests
Brian C. Lane 76d5b0afd3 lorax-composer: Return UnknownBlueprint errors when using deleted blueprints
Reading a blueprint wasn't checking to see if it had been deleted so it
was returning the most recent commit before it had been deleted. This
allowed things like starting a compose with a blueprint that technically
doesn't exist.

One exception to this is the /changes/ route, it must be available so
that you can use the commit hash to undo a delete.

This also adds tests for the various operations.

(cherry picked from commit b399076cb0)

Resolves: rhbz#1682992
2019-05-16 08:59:08 -07:00
..
cli Make test scripts executable with chmod +x 2019-01-24 12:51:01 +02:00
composer Add tests for limit=0 routes 2018-08-27 12:09:27 -07:00
lib Add pylint testing 2014-05-09 08:10:41 -07:00
pylint Add composer-cli and tests 2018-05-17 10:34:34 -07:00
pylorax lorax-composer: Return UnknownBlueprint errors when using deleted blueprints 2019-05-16 08:59:08 -07:00
__init__.py Add a test library 2018-08-07 12:12:17 -07:00
lib.py Update StringIO use for Py3 2018-08-07 12:12:17 -07:00
test_cli.sh Expand parameters as separate words 2019-01-28 12:28:23 +02:00
testenv.sh Add pylint testing 2014-05-09 08:10:41 -07:00