Skip to content

Commit 801f3b7

Browse files
chore: add pytest config, remove Makefile
- Add [tool.pytest.ini_options] to pyproject.toml for standalone testing - Remove Makefile (replaced by uv run pytest) 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
1 parent 75edde1 commit 801f3b7

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

Makefile

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

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ dev = [
4040

4141
[tool.uv.sources]
4242
amplifier-core = { git = "https://github.com/microsoft/amplifier-core", branch = "main" }
43+
44+
[tool.pytest.ini_options]
45+
testpaths = ["tests"]
46+
addopts = "--import-mode=importlib"
47+
asyncio_mode = "strict"
48+

0 commit comments

Comments
 (0)