Skip to content

Commit 4e1df31

Browse files
committed
Remove obsolete test, add make test
1 parent 6ec7647 commit 4e1df31

File tree

2 files changed

+4
-30
lines changed

2 files changed

+4
-30
lines changed

Diff for: Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: clean clean-build clean-pyc clean-test lint
1+
.PHONY: clean clean-build clean-pyc clean-test lint test
22

33
clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts
44

@@ -23,3 +23,6 @@ clean-test: ## remove test and coverage artifacts
2323
lint: ## check style with flake8
2424
flake8 pytest_asyncio tests
2525
black --check --verbose pytest_asyncio tests
26+
27+
test:
28+
pytest tests

Diff for: tests/async_fixtures/test_coroutine_fixtures.py

-29
This file was deleted.

0 commit comments

Comments
 (0)