gitlint icon indicating copy to clipboard operation
gitlint copied to clipboard

WIP: remove dependency on sh for integration tests

Open jorisroovers opened this issue 2 years ago • 1 comments

Mostly involves fixing the hook tests.

jorisroovers avatar Dec 19 '22 09:12 jorisroovers

I'm a bit stuck on this PR, having spent multiple hours on this without finding the solution.

Long story short, I can't get the input prompt answering to work via stdin.

I've merged a more independent part of this work in #397 and will let this PR rest for a bit.

I believe the next steps here now are to write a very simple test program that prompts the user for some input and then see if I can get this subprocess code (or a simplified version of it) to work against that simple test program.

jorisroovers avatar Dec 21 '22 10:12 jorisroovers