summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/node.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2020-10-01 10:17:00 +0100
committerAndrei Zeliankou <zelenkov@nginx.com>2020-10-01 10:17:00 +0100
commitd491527555c076695a4202577198e12bf0b919ec (patch)
tree6640d7466137b41780c1ce94683fc869b68241cc /test/unit/check/node.py
parent1fe1518ab1b9ad5dac6f2f8a1e41571cbc4d96e9 (diff)
downloadunit-d491527555c076695a4202577198e12bf0b919ec.tar.gz
unit-d491527555c076695a4202577198e12bf0b919ec.tar.bz2
Tests: minor fixes.
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file.
Diffstat (limited to 'test/unit/check/node.py')
-rw-r--r--test/unit/check/node.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit/check/node.py b/test/unit/check/node.py
new file mode 100644
index 00000000..236ba7b5
--- /dev/null
+++ b/test/unit/check/node.py
@@ -0,0 +1,6 @@
+import os
+
+
+def check_node(current_dir):
+ if os.path.exists(current_dir + '/node/node_modules'):
+ return True