issues
search
franela
/
goblin
Minimal and Beautiful Go testing framework
MIT License
887
stars
79
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Documentation for Before and After
#112
caldempsey
opened
1 year ago
2
Better timeout handling
#111
marcinwyszynski
opened
1 year ago
9
Is it expected, that Goblin doesn't output anything if all tests pass?
#110
Dan6erbond
opened
2 years ago
2
How to run each test in parallel in test suite?
#109
HeykQA
opened
2 years ago
5
NotEqual assertions
#108
andrewgarshyn
opened
3 years ago
2
Add 'How do I use it with Testify?' to README
#107
shasaur
opened
3 years ago
0
feat: add the ability to skip test suites, hooks
#106
shakefu
closed
9 months ago
1
Request for describe comments to be matched with -goblin.run regexp
#105
alexey-komarov
opened
3 years ago
4
feat: add the ability to skip entire test suites conditionally
#104
shakefu
closed
3 years ago
2
Test hooks should not execute if all tests are skipped
#103
shakefu
opened
3 years ago
3
feat(ci): add test matrix for golang versions
#102
shakefu
closed
3 years ago
0
Error output from testify doesn't use goblin theme
#101
shasaur
opened
3 years ago
1
fix: Concurrency race when running in parallel
#100
xpzouying
closed
3 years ago
5
Concurrency race when running in parallel
#99
xpzouying
closed
3 years ago
0
Concurrency race
#98
mikebellcoder
closed
3 years ago
2
IsNil (mis)behavior on pointers
#97
ghost
closed
4 years ago
1
Dependent Tests, skip some subset of tests if the parent test fails
#96
TJM
opened
4 years ago
5
Added Timeout() for Describe and Top Level
#95
Neirpyc
opened
4 years ago
0
Fix assertion IsNil() failing when passing a nil slice
#94
Neirpyc
closed
3 years ago
4
Use aliased import in Gomega code example to avoid import collisions.…
#93
speakingcode
closed
4 years ago
0
Fixed a few race conditions
#92
Neirpyc
closed
4 years ago
7
Proposal: Please start using Semantic Versioning
#91
KateGo520
closed
4 years ago
3
adds failNow to allow using testify/require
#90
schmurfy
closed
4 years ago
0
feat(assertions): add nil and zero assertions
#89
oswanderson
closed
4 years ago
0
Assertion redeclared during import w/ Gomega
#88
speakingcode
closed
4 years ago
2
fix async after each (was executed after the end)
#87
schmurfy
closed
4 years ago
4
Allow multiple `errors` from failed test
#86
schmurfy
closed
2 years ago
2
Feature/testify support
#85
schmurfy
closed
4 years ago
1
Feature/skip describe standalone
#84
sockol
opened
4 years ago
1
Fix regex parsing
#83
marcosnils
closed
4 years ago
3
Feature/skip it
#82
sockol
opened
4 years ago
10
Replace travis with github actions and migrate to Go modules
#81
matipan
closed
4 years ago
0
Add new github.com/franela/goblin module
#80
matipan
closed
4 years ago
0
fix regex flag parsing #74
#79
sockol
closed
4 years ago
10
Accept various types of messages in assertions
#78
scfarley
closed
4 years ago
4
Table driven tests will test only last item
#77
viharm91
closed
4 years ago
4
improve error handling when library use is not correct
#76
rkmax
closed
4 years ago
2
basic error handle for incorrect use of the library
#75
rkmax
closed
4 years ago
2
Regexp test selector does not seem to work.
#74
snobb
closed
4 years ago
4
Update README to reflect method name change
#73
verygoodsoftwarenotvirus
closed
6 years ago
0
Add JustBeforeEach clause similar to ginkgo which adds more granularity
#72
snobb
closed
6 years ago
4
0 not equal 0x0
#71
askovpen
closed
4 years ago
1
Allow other packages to implement Reporter
#70
pzl
closed
6 years ago
1
Dep ensures invalid version.
#69
lucassith
closed
6 years ago
1
Add support for mocking library
#68
piclemx
closed
6 years ago
6
Fixing a mistake in README
#67
akuma06
closed
6 years ago
0
First attempt at some godoc info
#66
dan9186
closed
6 years ago
2
A little love for the readme
#65
dan9186
closed
6 years ago
0
Parse flags on Goblin initialization rather than an init function.
#64
tkuhlman
closed
6 years ago
0
Can't range over data set inside Describe block
#63
twhit027
closed
7 years ago
2
Next