Unit testing project

Issue #90 new
Juan Pablo Caram repo owner created an issue

FlatCAM has grown to such size that it is impossible to track its proper operation every time there is a change to the code. A set of tests is needed to automatically check correct operation.

  • Construct tests for current functionality
  • Enforce rule requiring unit tests for new features.

Comments (2)

  1. Juan Pablo Caram reporter

    Started project with tests/test_excellon.py. It test some functionality of the Excellon parser.

  2. Log in to comment