Submit a Test

ForgeCertify was built because existing test suites weren't rigorous enough. We still don't think any single team can anticipate every meaningful kernel failure mode. If you've hit one — tell us. If the test is accepted, every kernel that claims certification has to pass it. Including ForgeCAD's.

We don't require affiliation. Anonymous submissions are welcome.
A short descriptive name for the specific case being tested.
If the correct behavior is defined by a standard or published reference, cite it here.
We accept Python pytest format. Don't worry about the adapter interface — we'll wire it in.
Or email directly: certify@skyfiresystems.com

What happens next

1

We review the submission for technical validity and relevance to real-world CAD workloads.

2

If accepted, we write or refine the pytest implementation and add it to the suite.

3

We run it against all certified kernels — including ForgeCAD. Any failures are disclosed publicly.

4

You're credited as the contributor in the test file and the changelog.

Good test submissions

  • ✓ Specific, reproducible geometry inputs
  • ✓ Quantified pass/fail threshold (not "looks right")
  • ✓ Grounded in a real engineering use case
  • ✓ Not already covered by the existing suite
  • ✓ Applicable to any kernel — not vendor-specific behavior