]> source.dussan.org Git - gitea.git/commit
Unit tests for token and update models
authorEthan Koenig <ethantkoenig@gmail.com>
Thu, 29 Dec 2016 01:03:40 +0000 (20:03 -0500)
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>
Sat, 31 Dec 2016 09:17:45 +0000 (10:17 +0100)
commitde8b73dd9241375d78a08bb01910d2c820b5e481
treebfa78d8524398eee3416b1c0cb5e8aaf4bdd0daa
parentc0904f1942071ce870ab9d87bd6c7f49f614ee82
Unit tests for token and update models
41 files changed:
models/fixtures/access_token.yml [new file with mode: 0644]
models/fixtures/update_task.yml [new file with mode: 0644]
models/setup_for_test.go [new file with mode: 0644]
models/token_test.go [new file with mode: 0644]
models/update_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/forward_requirements.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require_forward.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require_forward.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/requirements.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/LICENSE [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/README.md [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/deprecated.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/helper.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/mysql.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/options.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/oracle.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/postgresql.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/sqlite.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/sqlserver.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/testfixtures.go [new file with mode: 0644]
vendor/gopkg.in/testfixtures.v2/time.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/LICENSE [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/LICENSE.libyaml [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/README.md [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/apic.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/decode.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/emitterc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/encode.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/parserc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/readerc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/resolve.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/scannerc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/sorter.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/writerc.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/yaml.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/yamlh.go [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/yamlprivateh.go [new file with mode: 0644]
vendor/vendor.json