diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2021-04-28 10:40:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 10:40:25 -0500 |
| commit | fa4154ef8bcc71da09a6d78962972f2ac6911cbc (patch) | |
| tree | c3903bc482c59c5580a9c634c03798f7fe26ee94 /tests/topotests/conftest.py | |
| parent | 45881354fbf5e24230453c708b6de0a2dc445392 (diff) | |
| parent | 660c59ed6fb276336dbdd6958387342c79147930 (diff) | |
Merge pull request #8322 from qlyoung/topotests
Assorted topotests cleanup
Diffstat (limited to 'tests/topotests/conftest.py')
| -rwxr-xr-x | tests/topotests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/conftest.py b/tests/topotests/conftest.py index cf64956bfd..de5c584e91 100755 --- a/tests/topotests/conftest.py +++ b/tests/topotests/conftest.py @@ -62,6 +62,7 @@ def pytest_addoption(parser): parser.addoption( "--topology-only", action="store_true", + default=False, help="Only set up this topology, don't run tests", ) |
