issues
search
JosiahWitt
/
ensure
A balanced test framework for Go
MIT License
8
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add `ensure.RunParallel`
#80
JosiahWitt
closed
1 year ago
0
Internally improve `enable` test coverage
#79
JosiahWitt
closed
1 year ago
0
Add `InterfaceT` method for exposing the scoped `ensuring.T`
#78
JosiahWitt
closed
1 year ago
0
Mocks Path and Naming
#77
heynemann
opened
1 year ago
3
Rewrite entable to center around a single entable.Table type
#76
JosiahWitt
closed
1 year ago
0
Rename experiments to experiment
#75
JosiahWitt
closed
1 year ago
0
Add groups to entable
#74
JosiahWitt
closed
1 year ago
0
Setup entable module
#73
JosiahWitt
closed
1 year ago
0
Add optional `ensuring.E` parameter to `SetupMocks`
#72
JosiahWitt
closed
1 year ago
0
Rename package `ensurer` to `ensuring`
#71
JosiahWitt
closed
1 year ago
0
Rename `ensurepkg` to `ensurer` and `ensurepkg.Ensure` to `ensurer.E`
#70
JosiahWitt
closed
1 year ago
0
Use refactored table runner
#69
JosiahWitt
closed
1 year ago
0
Setup Staticcheck
#68
JosiahWitt
closed
1 year ago
0
Support Go 1.20
#67
JosiahWitt
closed
1 year ago
0
Use Run on testctx.Context in table runner
#66
JosiahWitt
closed
1 year ago
0
Use test context to allow mocking Run
#65
JosiahWitt
closed
1 year ago
0
Add SetupMocks plugin
#64
JosiahWitt
closed
1 year ago
0
Remove unnecessary TableEntryPlugin interface
#63
JosiahWitt
closed
1 year ago
0
Add mocks plugin
#62
JosiahWitt
closed
1 year ago
0
Add Subject plugin
#61
JosiahWitt
closed
1 year ago
0
Add internal helper for iterating through a struct
#60
JosiahWitt
closed
1 year ago
0
Enhance `IsNil`, `IsError`, and `MatchesAllErrors`
#59
JosiahWitt
closed
1 year ago
0
Add new internal tablerunner package
#58
JosiahWitt
closed
2 years ago
1
Print byte slices as strings when not equal if they are valid UTF-8
#57
JosiahWitt
closed
2 years ago
1
Support Go 1.19 Doc Format
#56
JosiahWitt
closed
2 years ago
1
Upgrade CLI dependencies to fix issue loading packages
#55
JosiahWitt
closed
2 years ago
1
Bump CLI version to v0.2.2
#54
JosiahWitt
closed
2 years ago
1
Cleanup unnecessary package path code
#53
JosiahWitt
closed
2 years ago
1
CLI: Support generating mocks for generic interfaces
#52
JosiahWitt
closed
2 years ago
1
Make Equals concurrent safe
#51
JosiahWitt
closed
2 years ago
1
CLI: Fix paths for v2+ packages
#50
JosiahWitt
closed
2 years ago
1
Add @latest to install instructions in README
#49
JosiahWitt
closed
2 years ago
0
CLI mock generation refactor
#48
JosiahWitt
closed
2 years ago
1
Update the signature of T() to always provide *testing.T instead of the interface
#47
JosiahWitt
closed
3 years ago
0
Swap to calling Errorf instead of Fatalf from Cleanup
#46
JosiahWitt
closed
3 years ago
1
Allow creating new instances of ensure when package is shadowed
#45
JosiahWitt
closed
3 years ago
1
Tweaks to MatchesAllErrors
#44
JosiahWitt
closed
3 years ago
2
Add MatchesAllErrors chainer
#43
JosiahWitt
closed
3 years ago
1
Make Equals stricter and add MatchesRegexp chain
#42
JosiahWitt
closed
3 years ago
0
Add additional chainers: Contains, DoesNotContain, IsNotNil, IsNotEmpty
#41
JosiahWitt
closed
3 years ago
0
More chained methods
#40
nc-wittj
closed
3 years ago
0
Error message missing value
#39
nc-wittj
closed
2 years ago
1
Update to reference recent CLI changes
#38
JosiahWitt
closed
3 years ago
0
Mock tidy
#37
JosiahWitt
closed
3 years ago
0
Pretty print expected and actual when not equal
#36
JosiahWitt
closed
3 years ago
1
Investigate erroring when both actual and expected are errors when using Equals
#35
nc-wittj
closed
2 years ago
1
Investigate using Go Spew for printing expected and actual
#34
JosiahWitt
closed
3 years ago
1
Cleanup mockgen files when `ensure generate mocks` is terminated early
#33
nc-wittj
closed
3 years ago
1
Ignore unused tag
#32
JosiahWitt
closed
3 years ago
1
Allow NEW method with zero params
#31
JosiahWitt
closed
3 years ago
0
Next