mockingbird icon indicating copy to clipboard operation
mockingbird copied to clipboard

How to run tests without host app?

Open tedrog36 opened this issue 1 year ago • 1 comments

We would like to run unit tests as pure unit tests without running our host application.

How can that be accomplished?

tedrog36 avatar Sep 21 '22 20:09 tedrog36

Seems a workaround is to create a framework target (e.g. a Core framework) and unit test the framework instead of the app. If I try to test the app without "Allow testing Host application API", I receive an undefined symbol compilation error.

rptoma avatar Dec 03 '22 12:12 rptoma