chatbot and points unittests toegevoegd aan init

This commit is contained in:
2022-12-11 16:15:39 +01:00
parent c70bb1284f
commit c4ba63b83b
3 changed files with 25 additions and 2 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
from .shitpost import TestShitpost
from .general import TestGeneral
from .general import TestGeneral
from .chatbot import TestChatbot
from .points import TestPoints