Tests: minor fixes.
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file.
This commit is contained in:
6
test/unit/check/node.py
Normal file
6
test/unit/check/node.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
|
||||
def check_node(current_dir):
|
||||
if os.path.exists(current_dir + '/node/node_modules'):
|
||||
return True
|
||||
Reference in New Issue
Block a user