Files
nginx-unit/test/unit/check/node.py
Andrei Zeliankou d491527555 Tests: minor fixes.
Fixed temporary dir removing.
Fixed printing path to log.
Module checks moved to the separate file.
2020-10-01 10:17:00 +01:00

7 lines
120 B
Python

import os
def check_node(current_dir):
if os.path.exists(current_dir + '/node/node_modules'):
return True