We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a108b65 commit 92093dcCopy full SHA for 92093dc
tests/test_tox.py
@@ -1,7 +1,7 @@
1
- #!/usr/bin/env python
2
- # -*- coding: utf-8 -*-
3
- # Copyright (c) 2020 LG Electronics Inc.
4
- # SPDX-License-Identifier: Apache-2.0
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+# Copyright (c) 2020 LG Electronics Inc.
+# SPDX-License-Identifier: Apache-2.0
5
import os
6
import subprocess
7
import pytest
@@ -14,8 +14,7 @@
14
]
15
remove_directories = ["test_scan", "test_scan2", "test_scan3"]
16
17
-
18
-@pytest.fixture(scope = "module", autouse = True)
+@pytest.fixture(scope="module", autouse=True)
19
def setup_test_result_dir_and_teardown():
20
print("==============setup==============")
21
for dir in set_up_directories:
0 commit comments