Skip to content

Commit f43b789

Browse files
committed
Remove tests
1 parent bc29978 commit f43b789

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,3 @@ jobs:
3737
- name: Run lint
3838
run: |
3939
make lint
40-
- name: Run tests
41-
run: |
42-
make tests

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ install:
33
@echo "--- 🚀 Installing project dependencies for dev ---"
44
poetry install --with dev
55

6-
.PHONY: tests
7-
tests:
8-
@echo "--- 🧪 Running tests ---"
9-
poetry run pytest
10-
116
.PHONY: lint
127
lint:
138
@echo "--- 🧹 Linting code ---"

tests/__init__.py

Whitespace-only changes.

tests/record.plm

-596 KB
Binary file not shown.

tests/test_read.py

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

0 commit comments

Comments
 (0)