AccessibilityStrategyTestApp
testing AccessibilityStrategy for kindaVim
those are all the Unit and UI Tests related to the AccessibilityStrategy part of kindaVim. i.e. the part where we can read and write text through the macOS Accessibility. not the fallback mode, key mapping, restricted mode, or kindaVim engine core.
the implementation is not available (hopefully...) but the tests may be helpful to you if you're developing some kind of Vim moves related project. Vim moves are complex, with lots of exceptions and edge cases. it's hard to get them correct. good luck.
the AccessibilityStrategy now requires macOS 12 minimum. GitHub Actions only goes up to 11 (haha). so back to running locally for now.