Skip to content

Commit

Permalink
move some tests to the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Sep 30, 2024
1 parent 97809c7 commit 2cfcdce
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 42 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@ using = "PEP631"

[tool.pytest.ini_options]
logot_capturer = "logot.loguru.LoguruCapturer"

[tool.check-tests-structure]
sources_path = "src/bfabric"
tests_path = "tests/unit"
allow_missing_tests = true
Empty file added tests/__init__.py
Empty file.
Empty file added tests/unit/results/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
42 changes: 0 additions & 42 deletions tests/unit/test_response_format_dict.py

This file was deleted.

Empty file added tests/unit/utils/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 2cfcdce

Please sign in to comment.