From 425ffc9416391e5e41236708b655d941f560c661 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Sat, 12 Dec 2020 20:08:03 +0000 Subject: Tests: hyphen sign used unstead of underscore as more common. --- test/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pytest.ini') diff --git a/test/pytest.ini b/test/pytest.ini index fe86cef2..8952e8c6 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = -vvv -s --print_log +addopts = -vvv -s --print-log python_functions = test_* -- cgit