1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 03:45:28 +01:00
Files
atomic/test.sh
Brent Baude 100031ec34 Allow granular UNIT tests
Making several changes to allow for more granular testing with make
check.

You can still run a granular INTEGRATION test with the TEST_INTEGRATION
keyword followed by the name (excluding test and .sh).  For example,

TEST_INTEGRATION=top ./test.sh

This will only run the top integration test.  We then do NOT run any of
the UNIT tests as it is assumed that the developer only wants to test
the specific integration test.

You can now test a singular UNIT test with the TEST_UNIT keyword.  Like
the integration test, simply name the test and exclude the prefixed
"test_" and file suffix of ".py"  For example,

TEST_UNIT=discovery ./test.sh

This will only run the discovery unit test; the pylint test and integration
tests will be skipped.

Closes: #728
Approved by: rhatdan
2016-11-07 15:21:59 +00:00

6.7 KiB
Executable File