From 62484da4217bd62de54112286720f43287806052 Mon Sep 17 00:00:00 2001 From: Eric Yvorchuk Date: Mon, 27 May 2024 15:45:16 -0700 Subject: [PATCH] Add more pytest options --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 877bdda..fdcfd20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,8 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] +addopts = "--strict --tb=native" +python_files = ["test_*.py"] markers = [ "online: marks tests that use online resources (deselect with '-m \"not online\"')", "slow: marks tests that are slow (deselect with '-m \"not slow\"')",