diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-04-22 15:32:59 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-04-22 15:58:51 +0200 |
commit | fbb397727868d676c8e6591ab07f02e97fa09118 (patch) | |
tree | 1423b5245db6e87a5abd257c8a251c4bc743cbc9 /.gitmodules | |
parent | f08583aa2a144b111c5ba17570f904109a41cbfc (diff) | |
download | hydrilla-builder-fbb397727868d676c8e6591ab07f02e97fa09118.tar.gz hydrilla-builder-fbb397727868d676c8e6591ab07f02e97fa09118.zip |
use pyproject.toml for pytest configuration and move all tests to tests/ directory
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3bd8177..6e47d90 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,5 +8,5 @@ path = src/hydrilla/schemas url = ../hydrilla-json-schemas [submodule "src/test/source-package-example"] - path = src/test/source-package-example + path = tests/source-package-example url = ../hydrilla-source-package-example |