testza icon indicating copy to clipboard operation
testza copied to clipboard

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! πŸ•

Results 15 testza issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.40 to 0.12.45. Release notes Sourced from github.com/pterm/pterm's releases. v0.12.45 What's Changed Fixes πŸ”§ fix: the interactive confirm answers should match the confirm/reject text by @​luisdavim in...

dependencies

Due to the ordering of how `init()` is loaded from imports first, there is no way to actually set the startup message to be disabled within tests. Looking at the...

bug

Make `FuzzUtilLimit` return random pieces of input set.

proposal
proposal-accepted
scope:fuzz-util

Add `AssertInRange` for numbers.

proposal
proposal-accepted
scope:assert

![image](https://user-images.githubusercontent.com/31022056/162220297-fa3c9d6e-4dea-415c-beaa-27b61e9bf826.png)

proposal
good first issue
proposal-accepted

This should be relatively easy, and can re-use the logic from the flags parsing.

proposal
proposal-accepted

Currently, `AssertImplements` does not show any objects. ![image](https://user-images.githubusercontent.com/31022056/161934616-94f3ec8c-614f-4318-bc4a-479944105141.png)

proposal
good first issue
proposal-accepted

Add `GetXxx` functions for settings.

proposal

We should print a status report after all tests ran. We have to figure out what we can display. Furthermore, we can definitely display the succeeded and failed assertions count,...

proposal
help wanted
proposal-accepted

Assertions should return a boolean, that indicates if the assertion completed.

proposal