meerk40t/test
2025-02-05 10:38:07 +01:00
..
testfiles Testpattern generator 2024-11-26 20:29:32 +01:00
__init__.py Update laserspeed test. 2021-01-19 06:01:00 -08:00
bootstrap.py Add coolant to loaded plugins for unittests 2024-04-20 10:08:13 +02:00
README.MD Add readme to unittests 2025-02-05 10:38:07 +01:00
test_cli.py +black 2023-01-06 18:04:53 -08:00
test_core_cutcode.py Adjust cutcode test 2024-11-28 22:59:35 +01:00
test_core_elements.py Fix unused imports 2024-01-31 03:15:16 -08:00
test_core_plotplanner.py minor-grammar 2024-02-02 11:54:03 -08:00
test_core_viewports.py Fix unused imports 2024-01-31 03:15:16 -08:00
test_drivers_galvo.py Update tests for newer system of rotary (per-unit) 2023-12-20 02:09:03 -08:00
test_drivers_grbl.py Update tests for newer system of rotary (per-unit) 2023-12-20 02:09:03 -08:00
test_drivers_lihuiyu.py Adding revised unittests 2024-12-05 10:27:33 +01:00
test_drivers_moshi.py Adding revised unittests 2024-12-05 10:27:33 +01:00
test_drivers_newly.py Adjust unittests 2024-11-28 23:09:40 +01:00
test_element_degenerate_points.py Fix tests call kernel() full rather than shutdown. 2023-12-16 03:08:07 -08:00
test_elements_classify.py Fix tests call kernel() full rather than shutdown. 2023-12-16 03:08:07 -08:00
test_elements_penbox.py Fix tests call kernel() full rather than shutdown. 2023-12-16 03:08:07 -08:00
test_file_svg.py Fix tests call kernel() full rather than shutdown. 2023-12-16 03:08:07 -08:00
test_fill.py Fix unused imports 2024-01-31 03:15:16 -08:00
test_geomstr.py Restore disabled random/brute test 2024-02-21 06:59:32 -08:00
test_geomstr_nodes.py Test for revalidate of polynode points 2023-05-18 18:51:41 -07:00
test_imagetools_actualize.py Fix tests call kernel() full rather than shutdown. 2023-12-16 03:08:07 -08:00
test_imagetools_wizard.py Fix unused imports 2024-01-31 03:15:16 -08:00
test_kernel.py black + isort 2023-12-28 15:34:40 -08:00
test_laser_speeds.py minor post-merge changes 2022-02-18 09:10:19 -08:00
test_length.py black + isort 2023-10-18 18:38:53 -07:00
test_lifecycle.py black + isort 2023-12-21 09:53:29 -08:00
test_operations.py -unused imports 2024-01-31 04:58:14 -08:00
test_operations_hatch.py Fix tests call kernel() full rather than shutdown. 2023-12-16 03:08:07 -08:00
test_pmatrix.py Fix unused imports 2024-01-31 03:15:16 -08:00
test_ruida.py -unused imports 2024-01-31 04:58:14 -08:00
test_spooler.py Fix tests call kernel() full rather than shutdown. 2023-12-16 03:08:07 -08:00
test_tools_rasterplotter.py black + isort 2023-10-31 01:57:52 -07:00
test_units_angle.py Add test for math for angles 2023-11-03 07:29:12 -07:00
test_wobble.py black + isort 2022-08-17 19:07:15 -07:00
test_zingl.py Apply isort + black 2022-02-17 08:46:38 -08:00

Meerk40t test routines

This directory contains code to automatically test the various functionalities of MeerK40t to avoid regressions after code changes.

These modules are automatically called from the unittest actions after pull requests.

They can be called as well directly via: python -m unittest discover test -v or individually: python -m unittest .\test\test_drivers_lihuiyu.py