Improve test coverage of scaffolding #3
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#3
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?
The base classes (Lang, Conf, Exception, Database) are missing tests. Tests for these should be written before any new code is written.
Note: tests are also needed for the User class.
As of commit
18c8076a0f
the Lang, Conf, Exception, and User classes as well as User\Driver, Db\Driver, Db\Statement, and Db\Result interfaces and their implementations all have test coverage.The Database class does not yet have coverage, but it is very much a work in progress (and mostly isn't scaffolding, anyway), so I will close this bug, some 70 commits after opening it.