Commit Graph

13 Commits

Author SHA1 Message Date
4f2cb700ce chore(release): 0.1.0 v0.1.0 2021-11-22 03:23:33 +00:00
160d89e85c docs(readme): add release badge 2021-11-22 03:22:41 +00:00
a1c5515282 Merge pull request #2 from jimeh/add-missing-tempdirs-func 2021-11-22 03:11:29 +00:00
822d6e10ae docs(examples): update and flesh out example functions 2021-11-22 03:09:16 +00:00
b5bae7b65d docs(godoc): improve godoc comments for all *T methods 2021-11-22 03:09:16 +00:00
a892f8eea7 chore(test): fix typo in test function name and var/field names
The Aborted() method was originally called Halted(), the rename didn't
make it to the test function it seems.
2021-11-22 02:03:49 +00:00
108ae0ec9a fix(mocktesting): add missing TempDirs() function
Without this function there was no way to inspect the list of temporary
directories created by calls to TempDir(), also making it impossible to
verify that TempDir() has been called.
2021-11-22 02:02:42 +00:00
d745f3907e Merge pull request #1 from jimeh/initial-implementation 2021-11-22 00:01:17 +00:00
2a6d4fa633 ci(github): setup GitHub Actions to run CI tasks (lint, text, etc) 2021-11-21 23:49:46 +00:00
e53109e8d1 chore: add license file 2021-11-21 23:49:46 +00:00
0dbf7ff74d docs(readme): flesh out readme 2021-11-21 23:49:46 +00:00
5b84721b10 feat(mocktesting): initial implementation 2021-11-21 23:49:45 +00:00
7209ef72c6 docs(readme): add empty readme 2021-11-16 00:57:30 +00:00