Skip to content

Commit e16430a

Browse files
authored
Update README.md
1 parent 1ce7e77 commit e16430a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

7070
It's using `go mod`.
7171

72-
```sh
73-
export GO111MODULE=auto # or, =on
74-
go build
75-
```
76-
7772
### How to testing
7873

7974
Set your available user account to Global Env.
@@ -85,14 +80,19 @@ export BITBUCKET_TEST_OWNER=<your_repo_owner>
8580
export 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
9386
make 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)

0 commit comments

Comments
 (0)