1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
7 collecting ... collected 6 items
10 test_pydiff.py::UnitTests::test_diff_bytecode PASSED
11 test_pydiff.py::UnitTests::test_diff_bytecode_of_files PASSED
12 test_pydiff.py::UnitTests::test_diff_bytecode_should_ignore_docstrings PASSED
13 test_pydiff.py::UnitTests::test_disassemble PASSED
14 test_pydiff.py::UnitTests::test_disassemble_with_bad_syntax PASSED
16 =============================== warnings summary ===============================
17 test_pydiff.py::UnitTests::test_diff_bytecode_of_files
18 $(@D)/pydiff.py:134: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
19 from lib2to3.pgen2 import tokenize as lib2to3_tokenize
21 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
23 ======== 6 passed, 1 warning ========