Skip to content

Commit 020fb60

Browse files
committed
revise
Signed-off-by: hkkim <[email protected]>
1 parent a4b67a2 commit 020fb60

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tests/test_tox.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
# Copyright (c) 2020 LG Electronics Inc.
4+
# SPDX-License-Identifier: Apache-2.0
55
import os
66
import subprocess
77
import pytest
@@ -14,8 +14,7 @@
1414
]
1515
remove_directories = ["test_scan", "test_scan2", "test_scan3"]
1616

17-
18-
@pytest.fixture(scope = "module", autouse = True)
17+
@pytest.fixture(scope="module", autouse=True)
1918
def setup_test_result_dir_and_teardown():
2019
print("==============setup==============")
2120
for dir in set_up_directories:

0 commit comments

Comments
 (0)