From 9d893cb55ecdad2d2c4aa5ff9262b16e4f4caec2 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Mon, 27 Mar 2023 18:59:54 +0100 Subject: functional tests --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index dced527..72bd94b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,13 @@ black = "^23.1.0" vermin = "^1.5.1" pyright = "^1.1.0" pytest = "^7" +webtest = "^3.0.0" + +[tool.pytest.ini_options] +filterwarnings = [ + "ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning" +] + [build-system] requires = ["poetry-core"] -- cgit v1.2.3-54-g00ecf