Consolidate unit testing code
This commit is contained in:
@@ -713,12 +713,6 @@ HttpServerResponse World::http_serve(const HttpParser &request) {
|
||||
return response;
|
||||
}
|
||||
|
||||
void World::run_unittests() {
|
||||
assert(stack_is_clear());
|
||||
source_db_.run_unittests();
|
||||
assert(stack_is_clear());
|
||||
}
|
||||
|
||||
void World::invoke(const Invocation &inv) {
|
||||
switch (inv.kind()) {
|
||||
case AccessKind::INVOKE_LUA_CALL:
|
||||
|
||||
Reference in New Issue
Block a user