Skip to content

Commit

Permalink
Black tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ModernMAK committed Oct 15, 2023
1 parent fb8f924 commit 72fe780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import io
import os.path
import subprocess

# Local testing requires running `pip install -e "."`
import tempfile
from contextlib import redirect_stdout
Expand Down Expand Up @@ -51,9 +52,10 @@ class TestRelicSgaCli(CommandTests):
...


def _get_sample_file(path:str):
def _get_sample_file(path: str):
return os.path.abspath(os.path.join(__file__, "../data", path))


_SAMPLE_V2 = _get_sample_file("SampleSGA-v2.sga")
_SAMPLE_V2_OCT_15_2023 = _get_sample_file("SampleSGA-v2-Oct-15-2023.sga")
_SAMPLES = [_SAMPLE_V2, _SAMPLE_V2_OCT_15_2023]
Expand Down

0 comments on commit 72fe780

Please sign in to comment.