summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-16 14:00:30 +0100
committervarac <varacanero@zeromail.org>2016-02-16 14:00:30 +0100
commit0597b62972dc21c200d0501067b082b1ac1d7ebd (patch)
treed2e998d59f791e1f77b8e23a6a2525b7424aa064 /README.md
parentfcc19b55042a4b28423e49b95f60670992ad71d3 (diff)
fix changing of path to successfully run all tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 48ed132d..378e9534 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ To run the backend tests:
```bash
(user-agent-venv)vagrant@jessie:/vagrant$ cd service
(user-agent-venv)vagrant@jessie:/vagrant/service$ ./go test
+ (user-agent-venv)vagrant@jessie:/vagrant/service$ cd ..
```
To run the frontend tests:
@@ -68,6 +69,7 @@ To run the frontend tests:
```bash
(user-agent-venv)vagrant@jessie:/vagrant$ cd web-ui
(user-agent-venv)vagrant@jessie:/vagrant/web-ui$ ./go test
+ (user-agent-venv)vagrant@jessie:/vagrant/web-ui$ cd ..
```
To run the functional tests:
@@ -75,6 +77,7 @@ To run the functional tests:
```bash
(user-agent-venv)vagrant@jessie:/vagrant$ cd service
(user-agent-venv)vagrant@jessie:/vagrant/service$ ./go functional
+ (user-agent-venv)vagrant@jessie:/vagrant/service$ cd ..
```
9) You're all set! We've prepared [a couple of issues labeled "Beginner"](https://github.com/pixelated/pixelated-user-agent/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3ABeginners+) that are a good place to dive into the project. Happy Hacking!