Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most of the tests in this repo have bothered me. They've restricted progress more than they have helped me make sure I can safely make changes. To make sure the action works correctly, I've mostly switched to github.com/korthout/backport-action-test. That repo verifies the main functionality, but does not cover all scenarios. I plan to expand these in the future. However, edge cases should still be covered by unit-tests. Most of the existing ones I'm deleting in this commit, because they restrict me. But it's also noteworthy that they don't really test the edge cases that they should be testing, nor are they doing this in a good way. I plan to re-introduce fast running unit tests at a later time. But at this time, I do not see any reason to keep any of the tests deleted in this commit. This commit also updates the README, because the integration tests (which were aptly called acceptance tests) have been completely removed. The README still covers how to run tests because we still have some unit tests that run fast and make sense to have.
- Loading branch information