Skip to content

Commit

Permalink
update commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswebb09 committed Jan 2, 2024
1 parent df7f403 commit 016fcbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DirectReport/tests/test_commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
import tempfile
import pytest
import os
import sys
from pathlib import Path

file = Path(__file__).resolve()
package_root_directory = file.parents[1]
sys.path.append(str(package_root_directory))

sys.path.append('.')

runner = CliRunner()

Expand Down

0 comments on commit 016fcbc

Please sign in to comment.