Add tests

This commit is contained in:
Jan Petykiewicz 2021-07-30 22:56:57 -07:00
commit f3be3deadb
19 changed files with 5710 additions and 0 deletions

View file

@ -0,0 +1,7 @@
"""
Tests (run with `python3 -m pytest -rxPXs | tee results.txt`)
The test_files_* modules are meant to mimic the test cases used by KLayout,
in order to provide a secondary validation mechanism.
"""