ObjFW  View Ticket

Ticket UUID: 183b9d19a8f4220ab0463bcc02bffbfcde761bea
Title: Testing framework for 3rd party software depending on ObjFW
Status: Fixed Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: Resolution: Fixed
Last Modified: 2024-02-18 21:09:42
Version Found In: Milestone: 1.1
User Comments:
letterus added on 2024-01-25 23:16:32:

As a 3rd party library developer I'd like to write unit tests for (parts of) my libraries. I'm missing a convenient API to do so.


js added on 2024-02-05 22:05:17:

Some initial work in [10f006be37], which started the objfwtest branch. Development will happen there until it's ready. At some point, probably all existing tests should be migrated to it, too.


js added on 2024-02-10 12:57:40:

Merged in [0ceea01454], as it should be good enough to be used and doesn't promise ABI stability anyway.

The objfwtest branch now focuses on converting the existing tests to it.


js added on 2024-02-18 21:09:42:

All tests are migrated to ObjFWTest now.