Write tests for Database #49
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
-
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Commit
9d5dab249c
lays the groundwork for testing the Database class. As this class is the meat of the whole affair, it is important it is thoroughly tested, but this will probably be tedious, as building arrays of input and expected output will be laborious.Most things are tested by now. A test series for the
meta*()
functions is still needed, as well as for thedriver*()
functions. Everything else is covered.