summaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-02-03 21:29:42 +0100
committerMike Vink <mike@pionative.com>2025-02-03 21:29:42 +0100
commit5155816b7b925dec5d5feb1568b1d7ceb00938b9 (patch)
treedeca28ea15e79f6f804c3d90d2ba757881638af5 /.busted
fetch tarballHEADmaster
Diffstat (limited to '.busted')
-rw-r--r--.busted9
1 files changed, 9 insertions, 0 deletions
diff --git a/.busted b/.busted
new file mode 100644
index 0000000..a8d40be
--- /dev/null
+++ b/.busted
@@ -0,0 +1,9 @@
+return {
+ default = {
+ output = "htest",
+ verbose = true,
+ ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture
+ helper = "spec.util.test_env",
+ ["auto-insulate"] = false
+ }
+}