From a35fce27875d9db80dce1976b6f8ee8c00ecfe0a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 21 Feb 2022 16:23:06 +0300 Subject: Fix a myriad of linter issues * Use `with` in place of plain `open` * Use f-strings in place of `str.format()` * Remove string interpolation from queries - provide data as query parameters * other minor fixes --- pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index ba87787..3fc29c6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,4 +4,5 @@ markers = slow unit_test integration_test - performance_test \ No newline at end of file + performance_test + under_dev \ No newline at end of file -- cgit v1.2.3