Salvador E. Tropea
|
3a5042ea96
|
Simplified the tests
|
2022-06-10 19:55:13 -03:00 |
Salvador E. Tropea
|
e15f18de2c
|
Simplified the tests initialization
- Now output dirs are named after the test function
|
2022-06-10 14:01:56 -03:00 |
Salvador E. Tropea
|
3d5547f6c6
|
Changed the way we get the target test directory.
- Pytest 6 removed the old global mechanism.
- Now using a `fixture`
|
2021-02-01 11:16:33 -03:00 |
Salvador E. Tropea
|
17e75236da
|
KiCad 6 no longer has SetPlotPadsOnSilkLayer
|
2020-10-16 18:40:20 -03:00 |
Salvador E. Tropea
|
c2a735e9a6
|
For some reason Python sys.path vector has a limit and I was abusing it.
Each test module setups the path to find the needed modules, but didn't check
if it was necesary. Creating a long path that finally started to fail.
|
2020-06-15 15:14:53 -03:00 |
Salvador E. Tropea
|
9c6ee4f457
|
Added simple DXF test
|
2020-05-25 18:59:00 -03:00 |