711 Commits

Author SHA1 Message Date
Ivo van der Wijk
004e3cb722 commit generated files v1.6.0 2020-05-27 08:39:56 +10:00
Ivo van der Wijk
ac1463f956 Implement NotEqualValues 2020-05-27 08:39:56 +10:00
Matt Gorzka
e72b029e2a new regex 2020-05-14 20:01:26 +10:00
zjx158094
d4e7ca1687 address comments 2020-05-14 19:53:33 +10:00
zjx158094
8329c5daa7 add test 2020-05-14 19:53:33 +10:00
zjx20
3ec00f620a assertion_compare: fix format string for numbers 2020-05-14 19:53:33 +10:00
Pedro de Brito
15aff29f35 docs: update Comparison function comment 2020-05-06 18:14:40 +10:00
ariley
d76ac5e41f Fix comment 2020-05-05 08:16:34 +10:00
ariley
1bbde5e52a Change Require to Error 2020-05-05 08:16:34 +10:00
ariley
f96052c82a Remove 1.8 and 1.9 tests. Updated failfast test 2020-05-05 08:16:34 +10:00
ariley
93bea66f75 Added TestSuiteWithFailfast 2020-05-05 08:16:34 +10:00
ariley
cd58006fe6 Change how tearDownAllSuite is run to aviod deadlock when running with failfast 2020-05-05 08:16:34 +10:00
ariley
097ec799df Change how tearDownAllSuite is run to aviod deadlock when running with failfast 2020-05-05 08:16:34 +10:00
Bryan Boreham
f7ef284eb4 Add a benchmark to time trivial call of NotNil 2020-05-04 21:01:24 +10:00
Bryan Boreham
e734bda58c Avoid calling Helper() on the happy path.
Helper() in the standard Go runtime fetches a stack trace from the
runtime, so is slow for calls that are made many times.

Helper() only makes a difference if the call throws an error, so move
it after the test in straightforward cases.
2020-05-04 21:01:24 +10:00
gohargasparyan
136026fb25 add test cases 2020-05-04 07:47:34 +10:00
gohargasparyan
1a43b8334a add test cases 2020-05-04 07:47:34 +10:00
gohargasparyan
484fff1ace didn't notice should run go generate 2020-05-04 07:47:34 +10:00
gohargasparyan
9d083cac4a go format 2020-05-04 07:47:34 +10:00
gohargasparyan
2adb7b54b7 correct missing parameters in require and require_forward 2020-05-04 07:47:34 +10:00
gohargasparyan
0a813b5898 allow body for HTTPBodyContains and HTTPBodyNotContains for POST 2020-05-04 07:47:34 +10:00
David Wragg
ca8e08c131 Support uint in InDelta and InEpsilon
InDelta and InEpsilon assertions on uint values would fail with
the error "Parameters must be numerical".
2020-04-29 21:29:26 +10:00
Yaroslav Kolomiiets
3bf8d0aa5e callString not to panic on nil
Fixes stretchr/testify#936.
2020-04-29 21:10:54 +10:00
Dave Henderson
d3decad621 Update dependency to gopkg.in/yaml.v3
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2020-04-28 07:45:39 +10:00
sarathsp06
35d4bf5bd4 panic: add .Panic() to mock.Call
Panic mocks a function call that panics with th specfied message
2020-04-27 19:52:16 +10:00
Boyan
2566b66989 Resolve conflicts 2020-04-24 07:38:44 +10:00
Aaron N. Brock
f238e4b70a Move teardown defers to before setup 2020-04-24 07:38:44 +10:00
ariley
f43aa3c488 Change to guard clause 2020-04-23 15:52:53 +02:00
ariley
a41f2db807 Add warning in log when no tests are run within a suite 2020-04-23 15:52:53 +02:00
Boyan
36f3f1ec85 Add motivation and example usage 2020-04-08 19:05:01 +10:00
Boyan
1752a4b8e5 Add GitHub pull request template 2020-04-08 19:05:01 +10:00
Martijn
b1dfcec1fe Add mvdkleijn as extra maintainer 2020-04-07 09:01:36 -06:00
Angel_Kitty
46796a5c6a Update License file copyright year 2020-04-07 15:16:17 +02:00
Angel_Kitty
581db3dfa7 Update License file copyright year 2020-04-07 15:16:17 +02:00
Angel_Kitty
2c1f261278 Update License file copyright year 2020-04-07 15:16:17 +02:00
Martijn
bb468cc94d Remove unneeded return statements 2020-04-06 07:42:56 +10:00
Martijn
28b7455875 Ran go generate ./... 2020-04-06 07:42:56 +10:00
Martijn
e0afeb10e3 Fix whitespace issues 2020-04-06 07:42:56 +10:00
Martijn
1454493cee Add test for HTTPStatusCode
For purposes of the test, status code 101 is checked as this does not overlap with the other assertions. (HTTPSuccess, HTTPRedirect and HTTPError)
2020-04-06 07:42:56 +10:00
Martijn
f0828adbb3 Add HTTPStatusCode assertion
Allows for asserting a specific HTTP status code was returned instead of a general success, error or redirect assertion.
2020-04-06 07:42:56 +10:00
hectorj
012967472b Make InEpsilon fail when given a NaN
fixes #918
2020-04-02 22:34:25 +11:00
YukinoKamei
dfba5a4e3a add ) 2020-03-30 15:55:14 +11:00
Martin Sucha
f6cbfc0d03 Print more details in ElementsMatch
It is not very helpful to print that the lengths differ when an
assertion fails, since that does not reveal what the cause of the issue
might be.

Let's print which elements are extra in each list, that should convey
the relevant information to the user. Also use spew to format the
objects, similar to what Equal does, to make the output more readable.
2020-03-14 21:17:20 +11:00
Esdras Beleza de Noronha
961bfee4b1 Add function to return if all tests in a suite passed 2020-03-11 19:42:32 +11:00
Esdras Beleza de Noronha
f37e428318 Use comma ok idiom 2020-03-11 19:42:32 +11:00
Esdras Beleza de Noronha
89909913cc Fix var block with only one variable 2020-03-11 19:42:32 +11:00
Esdras Beleza de Noronha
9feda7c901 Change imports for consistency 2020-03-11 19:42:32 +11:00
Esdras Beleza de Noronha
fdf3f01101 Update documentation 2020-03-11 19:42:32 +11:00
Esdras Beleza
e8910bb335 Add stats to suites and tests 2020-03-11 19:42:32 +11:00
Henry Blyth
cb23521296 Test verbose Contains Fail message
If asserting an error contained in a string, includeElement will fail
but Contains will confusingly print both values as strings, which can
look like a testify problem instead of an assertion failure.
2020-03-10 08:59:40 +11:00