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
65
65
66
66
## Development
67
67
68
- ### Install dependencies
68
+ ### Get dependencies
69
69
70
70
It's using ` go mod ` .
71
71
72
- ``` sh
73
- export GO111MODULE=auto # or, =on
74
- go build
75
- ```
76
-
77
72
### How to testing
78
73
79
74
Set your available user account to Global Env.
@@ -85,14 +80,19 @@ export BITBUCKET_TEST_OWNER=<your_repo_owner>
85
80
export BITBUCKET_TEST_REPOSLUG=< your_repo_name>
86
81
```
87
82
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;
91
84
92
85
``` sh
93
86
make test
94
87
```
95
88
89
+ If you want to test individually;
90
+
91
+ ``` sh
92
+ go test -v ./tests/diff_test.go
93
+ ```
94
+
95
+
96
96
## License
97
97
98
98
[ Apache License 2.0] ( ./LICENSE )
You can’t perform that action at this time.
0 commit comments