Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Test Framework #80

Open
klauern opened this issue Nov 25, 2017 · 6 comments
Open

Test Framework #80

klauern opened this issue Nov 25, 2017 · 6 comments

Comments

@klauern
Copy link

klauern commented Nov 25, 2017

How can someone set up a test environment for adding tests to this SDK? I'm at a loss as I don't quite understand how the main gitea project is doing tests. I'd think it's possible to do something with Docker, but I'm not terribly confident that you can spin up a gitea server and then run go test with it.

Would it be possible to set up something equivalent to a golden file/db so you could use it as a baseline for tests?

@klauern
Copy link
Author

klauern commented Nov 25, 2017

Thinking out loud here, but I had good experience testing and contributing to a Jenkins API using a Travis-CI build file: https://github.com/bndr/gojenkins/blob/master/.travis.yml

@lafriks
Copy link
Member

lafriks commented Nov 25, 2017

We are using drone for testing

@lafriks
Copy link
Member

lafriks commented Nov 25, 2017

@klauern
Copy link
Author

klauern commented Nov 26, 2017

I think that's a great start, but I probably should have pointed to what I liked about the Travis setup:

  - docker run -d --name=jenkins -p 8080:8080 --env JAVA_OPTS=-Djenkins.install.runSetupWizard=false gojenkins

The Jenkins instance is running, so the tests work against it with a known login, etc.. I don't see any of that in the drone config. Do the sections in the pipeline all run within the same context? Can a gitea server be run in the background so the other steps in the pipeline can run a test against a running instance?

Also, does the Gitea SDK client need a token generated, or can it use a default user created with gitea admin create-user? What's the hands-free way to do that?

@bkcsoft
Copy link
Member

bkcsoft commented Dec 3, 2017

Spinning up gitea/gitea:master as a service for running tests in easy enough. Someone just have to make tests ;)

@jonasfranz
Copy link
Member

I'm currently using gitea as a service (GaaS 😂 ) for testing the migration tool. I've created a seperate docker image containing a gitea instance which is already set up.

gitea-service: https://git.jonasfranz.software/JonasFranzDEV/gitea-service

PR with gitea-service tests: https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator/pulls/5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants