-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration tests for PR functionality when issues are disabled #2715
Comments
I've created some tests. But I'am not sure if they work properly and if they test everything needed. My branch: https://github.com/go-gitea/gitea/compare/master...JonasFranzDEV:integration-test-pr?expand=1 Is there a good way to test integration tests locally? drone cli does not work for some reason. |
@JonasFranzDEV You can run it same as |
@Morlinest could you send me your docker commands or docker-compose file? |
@JonasFranzDEV I am using my own image (#2377), but you can try something like this (I can't test it because I can't mount local volumes now):
Change |
This issue is about that that when issues in repository is disabled in PR it was not possible (tests must test that is possible) to:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. You can re-open it if needed. |
Need integration tests for #2710
The text was updated successfully, but these errors were encountered: