Skip to content

Commit

Permalink
Move bethesda-specific tests under bethesda folder
Browse files Browse the repository at this point in the history
This more clearly indicates that the generic mod organizer currently has
no test coverage (besides what is tested implicitly through the bethedsa
controller).
  • Loading branch information
cyberrumor committed Dec 13, 2024
1 parent 8e2e29a commit 3129b17
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
from pathlib import Path
import pytest
from common import (
mod_extracts_files,
mod_installs_files,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#!/usr/bin/env python3

0 comments on commit 3129b17

Please sign in to comment.