Skip to content

Commit

Permalink
move tests to app/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lealife committed Sep 16, 2015
1 parent 7193ac6 commit 4981d6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
script:
- mongo --version
- mongorestore -h localhost -d leanote --directoryperdb ./mongodb_backup/leanote_install_data/
- go test github.com/leanote/leanote/tests
- go test github.com/leanote/leanote/app/tests
- go build -ldflags -X github.com/leanote/leanote/app
# - revel build github.com/leanote/leanote tmp
# OK
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions app/tests/tmp.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package tests
func a() {
}

0 comments on commit 4981d6a

Please sign in to comment.