summaryrefslogtreecommitdiffstats
path: root/Reaktor/TESTS
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/TESTS')
-rw-r--r--Reaktor/TESTS19
1 files changed, 19 insertions, 0 deletions
diff --git a/Reaktor/TESTS b/Reaktor/TESTS
new file mode 100644
index 00000000..e455bd6a
--- /dev/null
+++ b/Reaktor/TESTS
@@ -0,0 +1,19 @@
+# TESTME environment override Issue
+- PATH in config for command
+- PATH in os.environ
+- PATH should get overwritten by config but os.environ persisted
+
+config.py:
+ public_commands= [
+ default_command('showPath', cmd='showPath', env={ 'PATH':'/run/current-system/sw/bin/' })
+ ]
+
+commands/showPath:
+ #!/bin/sh
+ env | grep '^PATH'
+
+# TESTME nick name changed
+- reaktor joins with given nickname,
+- asybot changes the nickname
+- when receiving Privmsg Reaktor checks its current
+ nickname with the configured and reloads config if required