Skip to content

Commit 6fde6a2

Browse files
committed
try pytest
1 parent 16c25ed commit 6fde6a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/diffpy/pdfgui/tests/conftest.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
import json
2+
import subprocess
23
from pathlib import Path
34

45
import pytest
5-
import subprocess
6+
67

78
def pytest_collection_modifyitems(session, config, items):
89
subprocess.run(["python", "-m", "diffpy.pdfgui.tests.rundeps"], check=True)
910

11+
1012
@pytest.fixture
1113
def user_filesystem(tmp_path):
1214
base_dir = Path(tmp_path)

0 commit comments

Comments
 (0)