diff options
author | Max Romanov <max.romanov@nginx.com> | 2022-01-10 16:07:31 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2022-01-10 16:07:31 +0300 |
commit | 1297e8a16a2fb0ccc195c0dd14b678bb2d7fc9fc (patch) | |
tree | a1ea5a3eb322bd8f3e8c6f222dcb7c076e11339c /test/conftest.py | |
parent | 818a78d82cd9aeb6c7429ef97cd1f39f9053b909 (diff) | |
download | unit-1297e8a16a2fb0ccc195c0dd14b678bb2d7fc9fc.tar.gz unit-1297e8a16a2fb0ccc195c0dd14b678bb2d7fc9fc.tar.bz2 |
Tests: using modules in Go.
Diffstat (limited to 'test/conftest.py')
-rw-r--r-- | test/conftest.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/conftest.py b/test/conftest.py index 689c857a..966bb8f5 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -203,9 +203,7 @@ def pytest_sessionstart(session): # discover modules from check option.available['modules']['openssl'] = check_openssl(unit['unitd']) - option.available['modules']['go'] = check_go( - option.current_dir, unit['temp_dir'], option.test_dir - ) + option.available['modules']['go'] = check_go() option.available['modules']['node'] = check_node(option.current_dir) option.available['modules']['regex'] = check_regex(unit['unitd']) |