summaryrefslogtreecommitdiff
path: root/gerber/tests/test_cairo_backend.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-13Repo re-org, make gerberex tests runjaseg1-279/+0
2019-11-26Migrate to pytest (#111)Paulo Henrique Silva1-44/+96
* Migrate to pytest All tests were update to use pytest. Tests were alse black formatted. Eventually all code will be black formatted but need to merge some PRs first.
2017-04-15Fix Cairo backend for svg saving and Python 3Jan Margeta1-1/+39
2016-11-06temporarily disable tests faillin g on CIHamilton Kibbe1-5/+5
2016-11-06Merge upstream changesHamilton Kibbe1-14/+15
2016-11-05Finish Merge, most tests passingHamilton Kibbe1-18/+17
2016-08-06Fix multiple problems with the merge. There are still errors, but I will ↵Garret Fick1-2/+4
intentionally leave them because future merges might resolve them
2016-07-24Add more tests for rendering to PNG. Start adding tests for rendering to ↵Garret Fick1-2/+15
Gerber format. Changed definition of no hole to use None instead of 0 so we can differentiate when writing to Gerber format. Makde polygon use hole diameter instead of hole radius to match other primitives
2016-07-24Add many render tests based on the Umaco gerger specification. Fix multiple ↵Garret Fick1-6/+122
rendering bugs, especially related to holes in flashed apertures
2016-07-17Manually merge af5541ac93b222c05229ee05c9def8dbae5f6e25Garret Fick1-2/+1
2016-07-17Create first test that renders and validates the the rendered PNG is correct.Garret Fick1-0/+59