
This adds a test for the 'generate_id' method, and all the configuration needed to run tests. Change-Id: Iaf8158da1f96853f3880f1b8e6ade5d466e27c64
5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m subunit.run discover sphinxcontrib/docbookrestapi/tests $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|