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: (text/x-markdown)
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: (text/x-markdown)
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: (text/x-markdown)
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: (text/x-markdown)
All tests are migrated to ObjFWTest now.