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 |
|