ObjFW  View Ticket

2024-02-18
21:09 Ticket [183b9d19a8] Testing framework for 3rd party software depending on ObjFW status still Fixed with 3 other changes artifact: 6c824ef842 user: js
2024-02-11
13:59 Fixed ticket [183b9d19a8]. artifact: 745afbb81a user: js
2024-02-10
12:57 Ticket [183b9d19a8]: 3 changes artifact: b6f63327a1 user: js
2024-02-05
22:05 Ticket [183b9d19a8]: 3 changes artifact: 14b447aca0 user: js
2024-01-27
10:20 Ticket [183b9d19a8]: 4 changes artifact: a33e9a301f user: js
2024-01-25
23:16 New ticket [183b9d19a8]. artifact: 8b749aa0c1 user: letterus

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.