We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54a79e commit 4872903Copy full SHA for 4872903
doc/source/modules.rst
@@ -145,6 +145,12 @@ Docker
145
:members:
146
147
148
+Environment
149
+~~~~~~
150
+
151
+.. autoclass:: testinfra.modules.environment.Environment(name)
152
+ :members:
153
154
File
155
~~~~
156
testinfra/modules/environment.py
@@ -18,7 +18,7 @@ class Environment(InstanceModule):
18
19
Example:
20
21
- >>> host.environment()
+ >>> host.environment()
22
{
23
"EDITOR": "vim",
24
"SHELL": "/bin/bash",
0 commit comments