Skip to content

Tags: AsyncSwiftKits/AsyncTesting

Tags

v0.0.7

Toggle v0.0.7's commit message
removes throws from waitForExpectations

* disables swiftSettings from targets due to unsafe settings
* removes `try` from all of the tests for the wait calls

v0.0.6

Toggle v0.0.6's commit message
enabled concurrency warnings and fixes every warning

v0.0.5

Toggle v0.0.5's commit message
fixes behavior of inverted expectations which can fulfill after timeout

v0.0.4

Toggle v0.0.4's commit message
enables concurrency warnings for tests

* fixes concurrency warnings in unit tests
* enables thread sanitizer

v0.0.3

Toggle v0.0.3's commit message
revised public API to integrate more closely with XCTest

v0.0.2

Toggle v0.0.2's commit message
lowers Swift tools version to 5.6

v0.0.1

Toggle v0.0.1's commit message
init