mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 23:05:05 -06:00
test: Add basic klippy regression tests
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
780e3c3022
commit
eb801631b9
8 changed files with 250 additions and 2 deletions
8
test/klippy/out_of_bounds.test
Normal file
8
test/klippy/out_of_bounds.test
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Test that basic bounds checks work
|
||||
CONFIG ../../config/example.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
SHOULD_FAIL
|
||||
|
||||
# Home the printer, and then attempt to move to an obviously bad location
|
||||
G28
|
||||
G1 Y9999
|
Loading…
Add table
Add a link
Reference in a new issue