Commit Graph

8 Commits

Author SHA1 Message Date
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