Add testing
This commit is contained in:
parent
3233f8c27f
commit
06e6d457da
14 changed files with 273 additions and 5 deletions
|
@ -18,6 +18,8 @@
|
|||
_or_ return an error defined (as public variable) in that package.
|
||||
Example: `other.Error("auth", "failed to do something important", originalError)`
|
||||
- Returned http errors must use `git.mstar.dev/mstar/goutils/webutils.ProblemDetails(StatusOnly)`.
|
||||
- Every function must either have a test or a doc comment explaining
|
||||
why it doesn't have a test
|
||||
|
||||
## JS/TS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue