From f91dfc9500de11e4ca690199108ef6c2f0515e7a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 2 Dec 2019 20:49:17 -0700 Subject: NOTES --- NOTES | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NOTES diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..bf766dd --- /dev/null +++ b/NOTES @@ -0,0 +1,11 @@ + Options to review: + - http://blog.liw.fi/posts/yarn/ + - Look at the test suite for mairix + - Look into shunit2 as used by autodep8 + - [[https://github.com/sstephenson/bats][bats]] + + Probably use shunit2, [[https://www.leadingagile.com/2018/10/unit-testing-shell-scriptspart-two/][as it makes mocking possible using aliases]] (or + alternatively, prefix PATH with a folder of mocked scripts, which is a + bit less flexible). + + NO WAIT just do it in perl with Test::More, like i3 does -- cgit v1.2.3