Skip to content

Commit c516ad6

Browse files
committed
move test to tests
1 parent 5032492 commit c516ad6

File tree

10 files changed

+3
-4
lines changed

10 files changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ file: golang-website-example.sql -> new database: golang-website-example_test
3737
This using [router](https://github.com/ockibagusp/golang-website-example/blob/master/router/router.go).
3838

3939
## httpexpect: Test for Debug
40-
This using [debug](https://github.com/ockibagusp/golang-website-example/blob/master/test/main_test.go).
40+
This using [debug](https://github.com/ockibagusp/golang-website-example/blob/master/tests/main_test.go).
4141

4242
Optional. Default value @debug: {true} or {1}.
4343

@@ -96,13 +96,13 @@ $ go build
9696
#### Test the packages
9797
9898
```
99-
$ go test github.com/ockibagusp/golang-website-example/test
99+
$ go test github.com/ockibagusp/golang-website-example/tests
100100
```
101101
102102
or, verbose output (-v) flag:
103103
104104
```
105-
$ go test github.com/ockibagusp/golang-website-example/test -v
105+
$ go test github.com/ockibagusp/golang-website-example/tests -v
106106
```
107107
108108
@@ -115,7 +115,6 @@ $ go test github.com/ockibagusp/golang-website-example/test -v
115115
116116
- Admin user button: delete not for admin
117117
- Admin user search
118-
- move test to tests
119118
- mock unit test
120119
- list pagination with next, previous, first and last
121120
- moves files function Server and NewServer, etc.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)