============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 -- /usr/bin/python cachedir: .pytest_cache rootdir: /build/python-torrentool/src/python-torrentool-1.1.1 collecting ... collected 21 items tests/test_bencode.py::test_non_utf_string PASSED [ 4%] tests/test_bencode.py::test_read_file_dir ERROR [ 9%] tests/test_bencode.py::test_read_file ERROR [ 14%] tests/test_bencode.py::test_decode_simple PASSED [ 19%] tests/test_bencode.py::test_decode_errors PASSED [ 23%] tests/test_bencode.py::test_encode_simple PASSED [ 28%] tests/test_bencode.py::test_encode_complex ERROR [ 33%] tests/test_bencode.py::test_encode_errors PASSED [ 38%] tests/test_etc.py::test_get_app_version PASSED [ 42%] tests/test_etc.py::test_filesize PASSED [ 47%] tests/test_etc.py::test_get_opentrackers ERROR [ 52%] tests/test_etc.py::test_cache_upload ERROR [ 57%] tests/test_torrent.py::test_create ERROR [ 61%] tests/test_torrent.py::test_getters_simple ERROR [ 66%] tests/test_torrent.py::test_getters_dir ERROR [ 71%] tests/test_torrent.py::test_setters PASSED [ 76%] tests/test_torrent.py::test_setters_webseed PASSED [ 80%] tests/test_torrent.py::test_setters_httpseed PASSED [ 85%] tests/test_torrent.py::test_from_string PASSED [ 90%] tests/test_torrent.py::test_to_file ERROR [ 95%] tests/test_torrent.py::test_str ERROR [100%] ==================================== ERRORS ==================================== _____________________ ERROR at setup of test_read_file_dir _____________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_bencode.py, line 25 def test_read_file_dir(torr_test_dir, struct_torr_dir): file /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py, line 9 @pytest.fixture def torr_test_dir(datafix_dir): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py:9 _______________________ ERROR at setup of test_read_file _______________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_bencode.py, line 30 def test_read_file(torr_test_file, struct_torr_file): file /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py, line 4 @pytest.fixture def torr_test_file(datafix_dir): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py:4 ____________________ ERROR at setup of test_encode_complex _____________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_bencode.py, line 91 def test_encode_complex(struct_torr_file, struct_torr_dir, torr_test_file, torr_test_dir): file /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py, line 4 @pytest.fixture def torr_test_file(datafix_dir): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py:4 ___________________ ERROR at setup of test_get_opentrackers ____________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_etc.py, line 18 def test_get_opentrackers(monkeypatch, response_mock): E fixture 'response_mock' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_etc.py:18 _____________________ ERROR at setup of test_cache_upload ______________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_etc.py, line 32 def test_cache_upload(monkeypatch, torr_test_file, response_mock): file /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py, line 4 @pytest.fixture def torr_test_file(datafix_dir): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py:4 ________________________ ERROR at setup of test_create _________________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_torrent.py, line 12 def test_create(datafix_dir, struct_torr_dir, struct_torr_file): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_torrent.py:12 ____________________ ERROR at setup of test_getters_simple _____________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_torrent.py, line 32 def test_getters_simple(torr_test_file): file /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py, line 4 @pytest.fixture def torr_test_file(datafix_dir): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py:4 ______________________ ERROR at setup of test_getters_dir ______________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_torrent.py, line 59 def test_getters_dir(torr_test_dir): file /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py, line 9 @pytest.fixture def torr_test_dir(datafix_dir): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py:9 ________________________ ERROR at setup of test_to_file ________________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_torrent.py, line 186 def test_to_file(torr_test_file): file /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py, line 4 @pytest.fixture def torr_test_file(datafix_dir): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py:4 __________________________ ERROR at setup of test_str __________________________ file /build/python-torrentool/src/python-torrentool-1.1.1/tests/test_torrent.py, line 200 def test_str(torr_test_file): file /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py, line 4 @pytest.fixture def torr_test_file(datafix_dir): E fixture 'datafix_dir' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, struct_torr_dir, struct_torr_file, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, torr_test_dir, torr_test_file > use 'pytest --fixtures [testpath]' for help on them. /build/python-torrentool/src/python-torrentool-1.1.1/tests/conftest.py:4 =========================== short test summary info ============================ ERROR tests/test_bencode.py::test_read_file_dir ERROR tests/test_bencode.py::test_read_file ERROR tests/test_bencode.py::test_encode_complex ERROR tests/test_etc.py::test_get_opentrackers ERROR tests/test_etc.py::test_cache_upload ERROR tests/test_torrent.py::test_create ERROR tests/test_torrent.py::test_getters_simple ERROR tests/test_torrent.py::test_getters_dir ERROR tests/test_torrent.py::test_to_file ERROR tests/test_torrent.py::test_str ======================== 11 passed, 10 errors in 0.65s ========================= ==> ERROR: A failure occurred in check().  Aborting...