2023-07-02 20:32:46 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 8.3.1. From the changelog:
- Added executable commands, plus fixed bugs with import statements
|
2023-04-11 17:36:22 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 8.2.5. From the changelog:
- Removed all linting errors
|
2023-03-15 15:07:39 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 8.2.4. From the changelog:
- Build fixes
|
2023-03-13 14:56:09 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 8.2.1. From the changelog:
- Move version.py to allow ApprovalUtilities to use it
|
2023-02-18 03:00:17 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
Update to 8.2.0. From the changelog:
- updated assert_equal_with_reporter(expected, actual) to take options
matching current patterns of approvaltests
|
2023-01-16 19:38:04 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 8.1.0. From the changelog:
- create_line_scrubber: Easy way to remove entire lines based on
a keyword.
|
2022-12-19 11:39:00 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 8.0.0. From the changelog:
- Rename 'Throttle' to 'Limit'
|
2022-12-12 14:43:14 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 7.4.0. From the changelog:
Throttling of reporters after 5:
- To avoid too many diff tools being launched, ApprovalTests will stop
launching after the 5th time. This is configurable in
GenericDiffReporter.throttling_threshold
|
2022-11-20 23:58:57 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 7.3.0. From the changelog:
MrJobApprovals accepts options:
- MrJobApprovals mistakenly did not allow you to pass options. It does
now. This is an api change, hence the minor version bump.
|
2022-10-19 13:38:13 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Update to 7.2.0. From the changelog:
7.0.0:
Breaking Change:
- approval_utilities is becoming its own pypi package to allow usage in
production code.
7.1.0:
Command Line Approvals:
- You can now easily verify command line outputs. You can also pass
inputs into the command line under test, including Iterables. This
allows you to easily test non-python programs from ApprovalTests.
7.2.0:
- You can invoke a verify() call from the command line. This allows
invoking python approvals from any other stack via subprocesses.
|