about summary refs log tree commit diff stats
path: root/app.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-08-19 10:29:48 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-08-19 10:29:48 -0700
commitfc9490c9647b7ac55b1e5d32ca446da9004b7446 (patch)
treeafcab29b30ad8f47663df8bcefec4a8bb8a96175 /app.lua
parentdd15f15640b882f7080ef3275b6a8c132bd1371d (diff)
downloadview.love-fc9490c9647b7ac55b1e5d32ca446da9004b7446.tar.gz
reclaim a couple more functions after tests
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/app.lua b/app.lua
index 4ff1166..ddc175d 100644
--- a/app.lua
+++ b/app.lua
@@ -341,6 +341,8 @@ function App.disable_tests()
   end
 
   -- test methods are disallowed outside tests
+  App.run_tests = nil
+  App.disable_tests = nil
   App.screen.init = nil
   App.filesystem = nil
   App.time = nil