Skip to content

Commit 12a55b0

Browse files
committed
remove adjacent tests (src/biocommons/example/tests)
1 parent 5d62f6d commit 12a55b0

File tree

5 files changed

+3
-22
lines changed

5 files changed

+3
-22
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ check: ## Run code quality tools.
1010
@uv lock --locked
1111
@echo "🚀 Linting code: Running pre-commit"
1212
@uv run pre-commit run -a
13-
@echo "🚀 Static type checking: Running ty"
14-
@uv run ty check
13+
#@echo "🚀 Static type checking: Running ty"
14+
#@uv run ty check
1515
@echo "🚀 Checking for obsolete dependencies: Running deptry"
1616
@uv run deptry src
1717

src/biocommons/example/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
def main(): # pragma: no cover
1212
"""marvin.example main"""
13-
import coloredlogs
13+
import coloredlogs # noqa: PLC0415
1414

1515
logging.Formatter.converter = time.gmtime
1616
coloredlogs.install(

src/biocommons/example/tests/__init__.py

Whitespace-only changes.

src/biocommons/example/tests/conftest.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/biocommons/example/tests/marvin_subdir_test.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)