[python] Add tests for each module

This commit is contained in:
Émilie Feral
2020-04-01 15:41:48 +02:00
committed by LeaNumworks
parent ec5803f06f
commit cdff61f64b
7 changed files with 139 additions and 0 deletions

View File

@@ -191,5 +191,11 @@ $(call object_for,$(python_src)): $(BUILD_DIR)/python/port/genhdr/qstrdefs.gener
tests_src += $(addprefix python/test/,\
basics.cpp \
execution_environment.cpp \
ion.cpp \
kandinsky.cpp \
math.cpp \
random.cpp \
time.cpp \
turtle.cpp \
matplotlib.cpp \
)