aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-02 20:49:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-02 20:49:17 -0700
commitf91dfc9500de11e4ca690199108ef6c2f0515e7a (patch)
tree68e12b23fa1adb58967226815a8f7f63b94936c4
parent274869b797374470ced9224c8e5a3c8c7d81b4f6 (diff)
downloadgit-remote-gcrypt-wip/t.tar.gz
NOTESwip/t
-rw-r--r--NOTES11
1 files changed, 11 insertions, 0 deletions
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