aboutsummaryrefslogtreecommitdiff
path: root/src/suite.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-05 14:04:41 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-05 14:04:41 +0200
commit6100010d6873845413aed22744470616992df603 (patch)
tree5cefcd46851d06e0d9e9b09f578c13649582d075 /src/suite.py
parent8a351c6d267c55445de7b7b40b1de3b16305bd02 (diff)
downloadphilosophers_test-6100010d6873845413aed22744470616992df603.tar.gz
philosophers_test-6100010d6873845413aed22744470616992df603.tar.bz2
philosophers_test-6100010d6873845413aed22744470616992df603.zip
Readded should be dead test
Diffstat (limited to 'src/suite.py')
-rw-r--r--src/suite.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/suite.py b/src/suite.py
index 07b2432..dd087e6 100644
--- a/src/suite.py
+++ b/src/suite.py
@@ -6,13 +6,14 @@
# By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/10/01 10:41:43 by cacharle #+# #+# #
-# Updated: 2020/10/01 12:08:18 by cacharle ### ########.fr #
+# Updated: 2020/10/05 13:49:30 by cacharle ### ########.fr #
# #
# ############################################################################ #
import config
from test import Test
+
def suite():
Test.new_error([])
Test.new_error(["a", "a", "a", "a"])