Граф коммитов

20 коммитов

Автор SHA1 Сообщение Дата
gedi
198755476d use standard go build package to create a godog test suite
* 1d6c8ac finish refactoring to support standard way of building test package
2016-05-24 23:51:33 +03:00
gedi
936fd6dadc build test binary instead of single file to execute, use TestMain 2016-05-22 23:27:45 +03:00
gedi
60f8b3340e should close #25 2016-05-13 08:32:15 +03:00
gedi
4157f01786 handle exit status from printing twice, closes #12 2015-07-03 17:16:12 +03:00
gedi
970eddc16a refactor suite runner to support concurrent model
* ef86715 add a concurrency flag
* 8674a58 run suite concurrently, closes #3
2015-07-03 15:54:26 +03:00
gedi
3b529178f3 fixed merged imports, was not including sql drivers for example 2015-07-02 11:09:58 +03:00
gedi
b2e7b20045 always remove built test file 2015-06-30 15:17:41 +03:00
gedi
386c787135 closes #1 2015-06-23 22:38:50 +03:00
gedi
2e696381c9 test suite scenario runner 2015-06-19 11:51:35 +03:00
gedi
743083181e exit status on failure, test godog with godog on travis 2015-06-17 17:58:22 +03:00
gedi
2d3d04e0e6 more specific types and references for gherkin nodes 2015-06-17 12:49:16 +03:00
gedi
a38d5bc0d0 suppress suite stderr output 2015-06-16 16:26:52 +03:00
Algirdas Matas
3ee0746a3c Multiple init functions are allowed per file. 2015-06-15 11:00:40 +03:00
gedi
54e8ddb5db custom type for arguments in order to have convenient cast methods 2015-06-12 21:12:14 +03:00
gedi
5fdfd4f4b1 do not panic on command error exit 2015-06-12 17:00:49 +03:00
gedi
ed9d322492 colorization support and redirect stdout and stderr for the command 2015-06-12 16:16:54 +03:00
gedi
17a24204da run built test suite source with godog command 2015-06-12 15:39:41 +03:00
gedi
620b8ef3f1 build basic test runner from package source and test files
* c2f6784 AST
* 9e4d962 Use x/tools/imports to insert import statement
* bb7649f move builder to godog package
* 2892dd1 add build func documentation
2015-06-12 14:23:15 +03:00
gedi
6182dc5d72 give a project name 2015-06-10 16:15:01 +03:00
gedi
aa08819bb3 register steps like http handler 2015-06-10 15:02:30 +03:00