From 30250a003c75579e958429e7befc5e32635b9993 Mon Sep 17 00:00:00 2001 From: Shubham Gawande <37308273+ShubhamGawande191@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:15:14 +0100 Subject: [PATCH] Create pytest.ini --- pytest.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..aa6ab96 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +addopts = --ignore=test +python_files = *.py +python_classes = *Test +python_functions = test_*