This PR refactors the existing NixOS tests to a more modular and granular approach which tests certain actions in an isolated way on a fresh forgejo testing instance in separate VMs.
The effort to increase integration test coverage will continue over the next few weeks
Additionally this fixes some of the unimplemented code paths for non-interactive workflows. This includes:
- repo create
- issue create
- issue comment
- issue list
This PR refactors the existing NixOS tests to a more modular and granular approach which tests certain actions in an isolated way on a fresh forgejo testing instance in separate VMs.
The effort to increase integration test coverage will continue over the next few weeks
---
Additionally this fixes some of the unimplemented code paths for non-interactive workflows. This includes:
- repo create
- issue create
- issue comment
- issue list