conduit_test 4.1.0 conduit_test: ^4.1.0 copied to clipboard
Utilities for writing automated tests for Conduit applications
4.0.0 #
3.1.1 #
- REFACTOR: use melos for mono-repo management.
- CHORE: publish packages.
3.1.0 #
3.0.11 #
3.0.10 #
3.0.9 #
3.0.8 #
3.0.7 #
uptick version for multi release
3.0.5 #
Stable Conduit Release
2.0.0-b9 #
Fixed a bug with the conduit build command. We had left in dep overrides which should only be used for conduit internal dev.
2.0.0-b8 #
3rd attempt at first release.
Conduit #
2.0.0-b1 #
- Tooling works with conduit
2.0.0-a3 #
- broadened the version no. so works with any 2.0 version of conduit.
- Updated pubspec to pull conduit_test from pub.dev now that it is published.
2.0.0-a2 #
- Version bumps
1.0.1 #
- Fixes analysis warnings for Dart 2.1.1
1.0.0+1 #
- Bumps some dependency constraints to be more permissive
1.0.0 #
- Initial version from
package:conduit
. - Adds
TestHarness
base class for test harnesses. - Adds
TestHarnessORMMixin
for testing ORM applications. - Adds
TestHarnessAuthMixin
for testing OAuth2 applications. - Renames
TestClient
toAgent
and adds methods for executing requests without constructing aTestRequest
. - Adds default parameters to
Agent
for its requests.