Add basic unit test framework (#390)

Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-07-19 18:36:07 +00:00
committed by GitHub
co-authored by Marco Franssen
parent 088b29608e
commit a4c1de7b30
7 changed files with 439 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ tab_width = 2
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
[Makefile,*.go,*.mod]
indent_style = tab
indent_size = 4
tab_width = 4