Skip to content

Commit

Permalink
Move internal tests to internal folder
Browse files Browse the repository at this point in the history
  • Loading branch information
classiqdor committed Nov 28, 2024
1 parent 65d951c commit a8499cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Seconds = float

ROOT = Path(subprocess.getoutput("git rev-parse --show-toplevel")) # noqa: S605
ROOT = Path(__file__).parents[2]
TIMEOUTS_FILE = "timeouts.yaml"
TIMEOUTS_PATH = ROOT / "tests" / "resources" / TIMEOUTS_FILE

Expand Down
File renamed without changes.

0 comments on commit a8499cd

Please sign in to comment.