From f44bf3279f4edddf5bcea988491eabe6213e5343 Mon Sep 17 00:00:00 2001 From: Furior Date: Mon, 23 Dec 2024 06:57:20 +0700 Subject: [PATCH] todo for database in tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cda9b40..b3e86ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + # TODO: setup database for tests - name: Test with pytest run: | pytest