From 1907a90783165d13a53f600a82cd00dbb75a10ed Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 1 May 2023 17:40:33 +0200 Subject: add a couple of the most basic tests using Pytest I'm super-unsure about this; I don't really like all the magic, but we'll see, I guess? --- .dockerignore | 1 + 1 file changed, 1 insertion(+) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index 01dd835..d6441d7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,3 +4,4 @@ !/LICENSE.txt !/Makefile !/src/** +!/test/** -- cgit v1.2.3