diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-04-28 21:23:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 21:23:28 +0800 |
commit | fca7ddc6ea5ceae298b0a4f33d0b82a2f1ccc06e (patch) | |
tree | c367ef79ac6f3d8c9d18e129395ba0c6a822d535 /.gitignore | |
parent | 431b26f6d7d5b2d4700b4a65f1a81094c36a9fae (diff) | |
download | gitea-fca7ddc6ea5ceae298b0a4f33d0b82a2f1ccc06e.tar.gz gitea-fca7ddc6ea5ceae298b0a4f33d0b82a2f1ccc06e.zip |
improve integration test to resue models/fixtures and store git repos with tests (#1627)
* 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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8e1689e657..d9e96b75dc 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ coverage.out *.log /gitea +/integrations.test /bin /dist @@ -44,4 +45,4 @@ coverage.out /indexers /log /public/img/avatar -/integrations/gitea-integration* +/integrations/gitea-integration
\ No newline at end of file |