kriogenia / rede

CLI tool to run and configure suites of HTTP requests defined in readable files
http://rede.sotoestevez.dev/
Apache License 2.0
1 stars 3 forks source link

Add integration test for input params #56

Open kriogenia opened 3 weeks ago

kriogenia commented 3 weeks ago

Using assert_cmd to create integration test simulating user input in the stdin doesn't work with dialoguer throwing an error of "no terminal". This issue is intended to find a way to make these tests (using the current test dependencies or new ones) so we don't leave this features untested.