test_process
Test processes: starting; validating stdout and stderr; checking exit code
2.1.1
141K downloads/mo
#983 most downloaded on pub.dev
dart-lang/test
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.6 years
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
14 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · Mar 2017 to Dec 2024
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 14-
2.1.113 Dec 2024 -
2.1.016 May 2023Release notes
Open source →- Remove the expectation that the process exits during the normal test body.
The process will still be killed during teardown if it has not exited. The
check can be manually restored with
shouldExit().
- Remove the expectation that the process exits during the normal test body.
The process will still be killed during teardown if it has not exited. The
check can be manually restored with
-
2.0.303 Oct 2022Release notes
Open source →- Populate the pubspec
repositoryfield. - Fixed examples in
readme.md. - Added
example/example.dart - Require Dart >=2.17
- Populate the pubspec
-
2.0.207 Jul 2021 -
2.0.105 Jul 2021 -
2.0.017 Feb 2021 -
1.0.514 Jan 2020Release notes
Open source →- Don't allow the test to time out as long as the process is emitting output.
-
1.0.418 Jul 2018 -
1.0.315 Jun 2018 -
1.0.201 Jun 2018 -
1.0.122 Sep 2017 -
1.0.007 Jun 2017 -
1.0.0-rc.201 Jun 2017 pre-releaseRelease notes
Open source →- Subclassed
TestProcesses now emit log output based on the superclass's standard IO streams rather than the subclass's. This matches the documented behavior.
- Subclassed
-
1.0.0-rc.111 Mar 2017 pre-release