d76af6a0f0
Moved what were called unit tests to the functional directory as there is more work to be done to make them self supporting. Added sphinx to the test-requirements along with testr deps. Adjusted the tox.ini to suit. Added doc source tree with the minimal set of files to allow sphinx success. Change-Id: Ic64c2ccd01778bb0d1142d12ca43b2346bdc7aa7
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
[DEFAULT]
|
|
test_command=
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./tests/unit} $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
group_regex=.*(test_cert_setup)
|