oslo-cookiecutter/oslo.{{cookiecutter.module_name}}/.stestr.conf
Ben Nemec 7a6836d522 Fix stestr configuration
.stestr.conf was missing, and in the lower-constraints tests we
weren't getting stestr installed, probably because we were using an
older version of oslotest that didn't depend on it. We should have
an explicit dep on it anyway so it is added to test-requirements.

Some old testr cruft is also cleaned up.

Change-Id: Ia754ee7bc01f87c96ca3e979ec0d6a54001f4bc7
2019-05-31 18:00:16 +00:00

4 lines
74 B
Plaintext

[DEFAULT]
test_path=./oslo_{{cookiecutter.module_name}}/tests
top_path=./