summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorPixpoa pairing <pixpoapairing@pixelated-project.org>2015-01-22 10:42:27 -0200
committerPixpoa pairing <pixpoapairing@pixelated-project.org>2015-01-22 10:50:12 -0200
commita4e0b8b4c256a07d3894b7351ea59ca8a0429d28 (patch)
tree23b1f8641cdb729d8dc6a10d703a1376a46153dc /service/go
parente03651d6e36ce786e8fc9aae20131fef1bdbbbfb (diff)
#224 moving to trial as test runner
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/go b/service/go
index f8cee6f5..4f7445a8 100755
--- a/service/go
+++ b/service/go
@@ -12,11 +12,11 @@ function setupjs {
}
function runIntegrationTests {
- nosetests "$*" -w test/integration
+ trial $* test.integration
}
function runUnitTests {
- nosetests "$*" -w test/unit
+ trial $* test.unit
}
function runPep8 {