Part-DB-server/tests/Services
Sebastian Almberg 3998248905
Import: document EDA/KiCad columns, test both column forms, fix eda_invisible inversion (#1436)
- Document the eda_* import columns in docs/usage/import_export.md: the flat form and its short
  aliases, and the nested eda_info.* form used by the CSV/JSON export and the shipped
  part_import_example.csv.
- Add EntityImporterTest coverage locking in that BOTH the nested eda_info.* form and the flat
  form import the EDA fields correctly (the nested form already worked via the serializer but was
  untested, so an export -> re-import round-trip could silently regress).
- Fix the eda_invisible alias: it was a plain key-rename to eda_visibility, so eda_invisible=1
  stored visibility=true (made the part visible - the opposite of the name). It is now handled
  explicitly and inverted.
2026-07-20 20:52:01 +02:00
..
AI Added tests for AIPlatformRegistry 2026-05-02 22:12:36 +02:00
Attachments Ran rector and made tests final 2026-02-14 23:32:43 +01:00
Cache Added more tests 2026-05-11 21:50:33 +02:00
EDA Enhance KiCad integration: API v2, batch EDA editing, field export control (#1241) 2026-03-01 22:10:13 +01:00
EntityMergers/Mergers Ran rector and made tests final 2026-02-14 23:32:43 +01:00
Formatters Added more tests 2026-05-11 21:50:33 +02:00
ImportExportSystem Import: document EDA/KiCad columns, test both column forms, fix eda_invisible inversion (#1436) 2026-07-20 20:52:01 +02:00
InfoProviderSystem Fixed phpunit tests 2026-07-20 00:04:55 +02:00
LabelSystem Implement parsing of TME QR codes (#1324) 2026-03-29 14:53:31 +02:00
LogSystem Test some more edge cases in tests 2026-05-11 23:13:46 +02:00
Misc Ran rector and made tests final 2026-02-14 23:32:43 +01:00
Parameters Ran rector and made tests final 2026-02-14 23:32:43 +01:00
Parts Test some more edge cases in tests 2026-05-11 23:13:46 +02:00
ProjectSystem Test some more edge cases in tests 2026-05-11 23:13:46 +02:00
System Ensure that the Password reset link is generated on a trusted domain, and cannot be manipulated by an attacker by setting the host header 2026-07-19 23:05:02 +02:00
Trees Ran rector and made tests final 2026-02-14 23:32:43 +01:00
UserSystem Added additional tests 2026-05-11 20:28:40 +02:00
ElementTypeNameGeneratorTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00
ElementTypesTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00
EntityURLGeneratorTest.php Added more tests 2026-05-11 21:50:33 +02:00