From 1c410672563c3521ff2b00f418d92646ab771cb5 Mon Sep 17 00:00:00 2001 From: stlavrukhina Date: Sat, 8 Apr 2023 18:58:52 +0300 Subject: [PATCH] self-defined pytest marks registered --- light-curve/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/light-curve/pyproject.toml b/light-curve/pyproject.toml index 3777cc97..f8e6aeb5 100644 --- a/light-curve/pyproject.toml +++ b/light-curve/pyproject.toml @@ -102,6 +102,10 @@ testpaths = [ "tests/", "README.md", # requires markdown-pytest ] +markers = [ + "nobs: marks benchmarks for different numbers of observations (deselect with '-m \"not nobs\"')", + "multi: marks multiprocessing benchmarks (deselect with '-m \"not multi\"')", +] [tool.tox] legacy_tox_ini = """