Mikolaj Wielgus
f7f2e8f422
test: Update test command files to fix CI failures due to missing JSON fields
...
Commands used (Fish shell):
```
for f in tests/**.cmd; jq '(.done[] |
select(.MultilayerAutoroute).MultilayerAutoroute[1].planar.timeout) =
{"initial": 1.0, "progress_bonus": 0.005}' $f | sponge $f; end
for f in tests/**.cmd; jq '(.done[] |
select(.MultilayerAutoroute).MultilayerAutoroute[1].timeout) =
{"initial": 5.0, "progress_bonus": 0.5}' $f | sponge $f; end
for f in tests/**.cmd; jq '(.done[] |
select(.Autoroute).Autoroute[1].timeout) |= {"initial": 1.0,
"progress_bonus": 0.005}' $f | sponge $f; end
```
2025-11-04 23:28:01 +01:00
Mikolaj Wielgus
2895277e73
fix: Fix build and test errors due to botched last commit
2025-10-14 02:21:48 +02:00
Mikolaj Wielgus
a3521e7286
feat(autorouter/anterouter): Add option to set fanout clearance
2025-10-07 22:37:50 +02:00
Mikolaj Wielgus
e7e3e7b6f8
test: Add test routines for `4x4_1206_led_matrix_breakout`
2025-09-17 13:26:34 +02:00
Mikolaj Wielgus
2b95832cf7
test: Test tht_de9_to_tht_de9 with permuted autorouting as well
2025-07-19 21:42:53 +02:00
Mikolaj Wielgus
09c98f2d17
feat(autorouter/autoroute): Add option to toggle permutation
...
Updated with the following command in Fish shell:
```
for f in tests/**.cmd; jq ".done?.[].Autoroute[1].permutate |= false" $f | sponge $f; end
```
2025-07-19 21:42:47 +02:00
Mikolaj Wielgus
6f1abeebd9
test: Fix test failures due to latest commit being botched
2025-07-14 13:40:40 +02:00
Mikolaj Wielgus
ebd115c3dd
test: Add `tht_de9_to_tht_de9` test to automated testing
2025-07-09 14:55:40 +02:00
Alain Emilia Anna Zscheile
ac2b664901
chore: remove fp-info-cache files from repo
2024-12-06 20:52:37 +01:00
Mikolaj Wielgus
f414089521
tests: add forgotten files (again)
...
I once again have forgotten to commit some files.
2024-09-27 18:27:27 +02:00
Mikolaj Wielgus
1642eacfbf
tests: rename forgotten files and partially fix 3pin xlr test
2024-09-27 17:53:09 +02:00
Mikolaj Wielgus
d43983a84d
tests: clean up a bit in the tests directory
2024-09-27 01:59:25 +02:00