Skip to content

Commit

Permalink
Moved tests
Browse files Browse the repository at this point in the history
1. test/integration_tests => test/integration
2. test/contract_tests => test/contract
  • Loading branch information
tomuben committed Oct 2, 2024
1 parent c5c5a2f commit 520613d
Show file tree
Hide file tree
Showing 70 changed files with 4 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ force_grid_wrap = 2

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--ignore=test/integration_tests/resources"
addopts = "--ignore=test/integration/resources"

testpaths = [
"test"
Expand Down
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def pytest_configure(config):

@pytest.fixture
def resources_path() -> Path:
return script_path / "integration_tests/resources"
return script_path / "integration/resources"


@pytest.fixture
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.
File renamed without changes.
File renamed without changes.

0 comments on commit 520613d

Please sign in to comment.