gerbonara/gerber/tests
Paulo Henrique Silva 2e2b4e49c3 Fix AMParamStmt to_gerber to write changes back.
AMParamStmt was not calling to_gerber on each of its primitives
on his own to_gerber method. That way primitives that changes after reading,
such as when you call to_inch/to_metric was failing because it was
writing only the original macro back.
2015-11-23 16:04:25 -02:00
..
resources Fix multiline read of mixed statements (%XXX*% followed by DNN*) 2015-05-21 16:15:55 -03:00
__init__.py Added excellon support and refactored project 2014-09-28 18:07:15 -04:00
test_am_statements.py Get unit conversion working for Gerber/Excellon files 2015-02-18 04:31:23 -05:00
test_cam.py Make gerber.render a package & fix more relative import statements 2015-02-18 15:44:57 +01:00
test_common.py Use Python's universal newlines to open files 2015-11-15 22:28:56 -02:00
test_excellon.py Use Python's universal newlines to open files 2015-11-15 22:28:56 -02:00
test_excellon_statements.py Improve Excellon parsing coverage 2015-11-13 03:31:32 -02:00
test_gerber_statements.py Fix AMParamStmt to_gerber to write changes back. 2015-11-23 16:04:25 -02:00
test_ipc356.py Fix IPC-D-356 parser. Handle too-long reference designators exported by eagle per #28. 2015-06-01 20:58:16 -04:00
test_primitives.py Add support for arcs in regions. 2015-08-09 15:11:13 -04:00
test_rs274x.py Fix multiline read of mixed statements (%XXX*% followed by DNN*) 2015-05-21 16:15:55 -03:00
test_utils.py Fix write_gerber_value bug 2015-02-08 22:27:24 -05:00
tests.py Python 3 tests passing 2015-02-18 21:14:30 -05:00