From 820102f9ccdfdfe3ae78c22f803da4db87cb91ba Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 3 Mar 2021 12:24:41 +0100 Subject: Added test.test.Test tests --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5a14103..24a3287 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *__pycache__* *.log bin/ +!tests/test/bin/ tags dist/ *.egg-info -- cgit