diff options
author | Pixpoa pairing <pixpoapairing@pixelated-project.org> | 2015-01-22 10:52:36 -0200 |
---|---|---|
committer | Pixpoa pairing <pixpoapairing@pixelated-project.org> | 2015-01-22 10:53:43 -0200 |
commit | 81552abcfe67f61b68ad7cbf424738f7788f148c (patch) | |
tree | d974405dcfe18cc7d53cbb929171a9117111d1a6 /service/go | |
parent | a4e0b8b4c256a07d3894b7351ea59ca8a0429d28 (diff) |
#224 using text reporter for trial - it is the same as the old nosetests reporter
Diffstat (limited to 'service/go')
-rwxr-xr-x | service/go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,11 +12,11 @@ function setupjs { } function runIntegrationTests { - trial $* test.integration + trial --reporter=text $* test.integration } function runUnitTests { - trial $* test.unit + trial --reporter=text $* test.unit } function runPep8 { |