File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,10 @@ And The API v1.0 covers resources that the v2.0 API and API v2.0 is yet to cover
6565
6666## Development
6767
68- ### Install dependencies
68+ ### Get dependencies
6969
7070It's using ` go mod ` .
7171
72- ``` sh
73- export GO111MODULE=auto # or, =on
74- go build
75- ```
76-
7772### How to testing
7873
7974Set your available user account to Global Env.
@@ -85,14 +80,19 @@ export BITBUCKET_TEST_OWNER=<your_repo_owner>
8580export BITBUCKET_TEST_REPOSLUG=< your_repo_name>
8681```
8782
88- Refs; URL Syntax is ` https://<your_username>:<your_password>@bitbucket.org/<your_repo_owner>/<your_repo_name>.git ` .
89-
90- And just run,
83+ And just run;
9184
9285``` sh
9386make test
9487```
9588
89+ If you want to test individually;
90+
91+ ``` sh
92+ go test -v ./tests/diff_test.go
93+ ```
94+
95+
9696## License
9797
9898[ Apache License 2.0] ( ./LICENSE )
You can’t perform that action at this time.
0 commit comments