Tests: minor fixes.

Fixed temporary dir removing.
Fixed printing path to log.
Module checks moved to the separate file.
This commit is contained in:
Andrei Zeliankou
2020-10-01 10:17:00 +01:00
parent 1fe1518ab1
commit d491527555
10 changed files with 89 additions and 76 deletions

6
test/unit/check/node.py Normal file
View File

@@ -0,0 +1,6 @@
import os
def check_node(current_dir):
if os.path.exists(current_dir + '/node/node_modules'):
return True