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

20 коммитов

Автор SHA1 Сообщение Дата
gedi
f9fab51a1a fixes bug when there is more than one context registered, closes #32 2016-05-27 14:55:58 +03:00
gedi
70af4fc5a7 closes #26 2016-05-25 14:28:00 +03:00
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
468711f03c test builder ast functions 2016-05-24 23:44:35 +03:00
gedi
8cd540d3af reorganize test package builder 2016-05-23 17:53:51 +03:00
gedi
936fd6dadc build test binary instead of single file to execute, use TestMain 2016-05-22 23:27:45 +03:00
gedi
ca7ddd6275 allow unused imports, update tests related to changes #20 2016-03-31 10:29:50 +03:00
gedi
bb0363c4bb closes #20 2016-03-31 10:11:21 +03:00
gedi
5e5234f81f test runnable source builder 2015-07-07 15:07:20 +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
ca36316b7a instead of Suite interface expose Suite struct
* 570d70a update examples regarding Suite interface removal, closes #11
2015-07-03 15:54:06 +03:00
gedi
3b529178f3 fixed merged imports, was not including sql drivers for example 2015-07-02 11:09:58 +03:00
gedi
e824fde3f9 add an ls feature example 2015-06-23 13:51:45 +03:00
gedi
fa9419c2d3 start to describing godog itself with godog 2015-06-13 00:02:10 +03:00
gedi
d111956758 fix context import when package is not godog 2015-06-12 20:15:39 +03:00
gedi
f292e412c6 move step handler type to suite 2015-06-12 17:35:00 +03:00
Algirdas Matas
1eac4376b2 Make suite private 2015-06-12 16:56:55 +03:00
Algirdas Matas
412465f947 Parse contexts that have Suite interface in func definition 2015-06-12 16:48:16 +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