Vytautas Šaltenis
|
123179b8f3
|
Make Markdown the most general API call
Get rid of MarkdownOptions.
|
2016-04-05 13:45:00 +03:00 |
|
Vytautas Šaltenis
|
76062d428d
|
Fixup broken test reporting
Dereference the pointer introduced in f35fae8 .
|
2016-04-05 12:48:20 +03:00 |
|
Vytautas Šaltenis
|
0774c060d7
|
Get rid of unnecessary test helpers
|
2016-04-04 14:00:26 +03:00 |
|
Vytautas Šaltenis
|
f35fae8188
|
Extract panic recovery code
Call recover() in a single place so it could be easily turned off when
not needed.
|
2016-04-04 13:13:57 +03:00 |
|
Vytautas Šaltenis
|
f1fd3a6412
|
Do away with doTestsInlineParam
What used to be doTestsBlockWithRunner is now renamed to
doTestsWithRunner and is good for both block and inline tests.
|
2016-04-04 12:18:06 +03:00 |
|
Vytautas Šaltenis
|
0c7120d6dc
|
Fix old omission in doTestsBlockWithRunner
It calls the provided runner in the -short run, but the standard runner
in the complete run. Fix that.
|
2016-04-04 12:09:36 +03:00 |
|
Vytautas Šaltenis
|
a658caacc6
|
Use TestParams in block tests
The different testing function interfaces get unified a bit closer,
runnerWithRendererParameters completely eliminated.
|
2016-04-04 12:04:20 +03:00 |
|
Vytautas Šaltenis
|
b069de6276
|
Wrap inline test parameters in a struct
Take advantage of zero value initialization.
|
2016-04-04 12:04:20 +03:00 |
|
Vytautas Šaltenis
|
15e052e478
|
Move all testing helper funcs in one place
Moved verbatim except for uncommented panic recovery section in the
doTestsInlineParam function.
|
2016-04-04 12:04:20 +03:00 |
|