MarvinJWendt/testza
Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
GoMIT
Issues
- 4
- 0
Switch to `atomicgo/assert`
#191 opened by MarvinJWendt - 1
Snapshot saves slice capacities, failing when executing on different machines
#184 opened by jamestelfer - 0
Add `GetXxx` functions for settings
#111 opened by MarvinJWendt - 0
Add `AssertInRange`
#151 opened by MarvinJWendt - 0
Make `AssertImplements` show the objects
#116 opened by MarvinJWendt - 0
Show which test failed in `AssertTestFails`
#147 opened by MarvinJWendt - 0
Update CI to use go 1.19
#173 opened by MarvinJWendt - 1
Startup message cannot be disabled
#164 opened by mikelorant - 1
Add `FuzzUtilMergeSets`
#150 opened by MarvinJWendt - 0
Add `FuzzUtilRemoveDuplicates`
#156 opened by MarvinJWendt - 0
Add `AssertUnique`
#157 opened by MarvinJWendt - 0
Refactor to 1.18 generics
#137 opened by MarvinJWendt - 0
- 0
Rename `FuzzInputXxx` to `FuzzXxx`
#104 opened by MarvinJWendt - 0
Rename `AssertDirExist` to `AssertDirExists`
#114 opened by MarvinJWendt - 0
Improve output of `AssertNotContains`
#120 opened by MarvinJWendt - 0
Fix output of `AssertNotKindOf`
#122 opened by MarvinJWendt - 0
`Expected` object should be green in `AssertLen`
#117 opened by MarvinJWendt - 0
Improve output of `AssertLess`
#118 opened by MarvinJWendt - 0
- 0
Add color to `AssertNoSubset`
#119 opened by MarvinJWendt - 0
- 0
- 0
Improve output of `AssertNotNil`
#123 opened by MarvinJWendt - 0
Color `AssertNotNumeric` object name
#124 opened by MarvinJWendt - 0
Improve output of `AssertNotSameElements`
#126 opened by MarvinJWendt - 0
Color object of `AssertNumeric`
#128 opened by MarvinJWendt - 0
Color object of `AssertNotZero`
#127 opened by MarvinJWendt - 0
Recolor object of `AssertRegexp`
#129 opened by MarvinJWendt - 0
Color object name of `AssertZero` magenta
#131 opened by MarvinJWendt - 1
Color objects of `AssertSubset`
#130 opened by MarvinJWendt - 0
- 0
Error output starts with line number `0`
#115 opened by MarvinJWendt - 0
Add a subdirectory with a test file that fails every test to see the output
#113 opened by MarvinJWendt - 0
Improve output of `AssertNotEqual`
#98 opened by MarvinJWendt - 6
Directories created with `testza.SnapshotCreateOrValidate` do not have execute permissions set
#107 opened by jamestelfer - 2
- 3
Rich git-like string diff
#96 opened by Vilsol - 1
- 3
Change MockInput to Fuzz or Fuzzy
#64 opened by MarvinJWendt - 5
Add `AssertSubset` and `AssertNotSubset`
#34 opened by MarvinJWendt - 4
- 2
Add custom `msg` handling to every method
#68 opened by MarvinJWendt - 1
Let Assertions return if they failed or not
#67 opened by MarvinJWendt - 1
- 2
Add `AssertDirEmpty` and `AssertDirNotEmpty`
#37 opened by MarvinJWendt - 2
- 2
Add `AssertLen`
#35 opened by MarvinJWendt - 2
Make `AssertNoError` output prettier
#40 opened by MarvinJWendt