Test-Command: env TEST_PROG='/usr/bin/feature-check' prove t
Depends: @, libtest-command-perl, perl

Test-Command: mkdir -p test-python/python && echo 'python2 -m feature_check "$@"' > test-python/python/python_fcheck.sh && chmod +x test-python/python/python_fcheck.sh && env TEST_PROG='./test-python/python/python_fcheck.sh' prove t
Depends: @, libtest-command-perl, perl

Test-Command: mkdir -p test-python/python && echo 'python3 -m feature_check "$@"' > test-python/python/python_fcheck.sh && chmod +x test-python/python/python_fcheck.sh && env TEST_PROG='./test-python/python/python_fcheck.sh' prove t
Depends: @, libtest-command-perl, perl

Test-Command: adequate feature-check python-feature-check python3-feature-check
Depends: @, adequate

Test-Command: pytest python/unit_tests
Depends: @, python-ddt, python-pytest

Test-Command: pytest-3 python/unit_tests
Depends: @, python3-ddt, python3-pytest
