Commit Graph

10 Commits (18f4aaee64b045647b8e745f4b3eb532e1dedbea)

Author SHA1 Message Date
zeripath 055f6d2296 Fix "data race" in testlogger ()
* Fix data race in testlogger

* Update git_helper_for_declarative_test.go
guillep2k 6e1912c73a Fix password complexity check on registration ()
* Fix registration password complexity

* Fix integration to use a complex password ;)
Ethan Koenig f1adaef458 Less verbose integration tests ()
* Helper functions for intergration test boilerplate
Ethan Koenig f64c232953 Improve integration test helper functions ()
Set request headers in helper functions, and new helper for requests with string-formatted URLs
Ethan Koenig ce9b86082c Consolidate boilerplate in integration tests ()
Ethan Koenig 61716bd8f7 Display URLs in integration test logs ()
Lunny Xiao fca7ddc6ea improve integration test to resue models/fixtures and store git repos with tests ()
* improve integration test to resue models/fixtures and store git repos with source

* use gitea-integration-meta dir instead .tar.gz and cleanup every before every test

* fix import package name
Ethan Koenig c58708d3ee Integration test framework ()
* Integration test framework

* udpate drone sign

* Formatting fixes and move router.go to routers/

* update sign for drone
Sandro Santilli f73e734411 Run "make fmt" with go-1.6 ()
Mura Li bdcc1a23e0 Add integration test for signup ()
* Add integration test for signup

* Remove unused functions

* Refactoring

* Add repo_create_test.go

* Rollback the incomplete repo create test

* Comply with linter requirements and simplify the code a little bit