Files
flipperzero-firmware/scripts/flippigator/pytestdebug.log

7125 lines
521 KiB
Plaintext

versions pytest-7.2.0, python-3.11.3.final.0
cwd=/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator
args=('-vv', '--no_init', '-k', 'option_list', '--port=/dev/tty.usbmodemflip_Pichopos1', '--debug')
pytest_cmdline_main [hook]
config: <_pytest.config.Config object at 0x10359ef10>
pytest_plugin_registered [hook]
plugin: <Session flippigator exitstatus='<UNSET>' testsfailed=0 testscollected=0>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_configure [hook]
config: <_pytest.config.Config object at 0x10359ef10>
pytest_plugin_registered [hook]
plugin: <_pytest.cacheprovider.LFPlugin object at 0x12cf24650>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.cacheprovider.NFPlugin object at 0x12da03210>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
early skip of rewriting module: faulthandler [assertion]
pytest_plugin_registered [hook]
plugin: <class '_pytest.legacypath.LegacyTmpdirPlugin'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
early skip of rewriting module: pdb [assertion]
early skip of rewriting module: cmd [assertion]
early skip of rewriting module: code [assertion]
early skip of rewriting module: codeop [assertion]
pytest_plugin_registered [hook]
plugin: <_pytest.config.PytestPluginManager object at 0x1031baf10>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.config.Config object at 0x10359ef10>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.mark' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/mark/__init__.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.main' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/main.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.runner' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/runner.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.fixtures' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/fixtures.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.helpconfig' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/helpconfig.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.python' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/python.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.terminal' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/terminal.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.debugging' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/debugging.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.unittest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/unittest.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.capture' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/capture.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.skipping' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/skipping.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.legacypath' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/legacypath.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.tmpdir' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/tmpdir.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.monkeypatch' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/monkeypatch.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.recwarn' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/recwarn.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.pastebin' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/pastebin.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.nose' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/nose.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.assertion' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/__init__.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.junitxml' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/junitxml.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.doctest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/doctest.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.cacheprovider' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/cacheprovider.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.freeze_support' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/freeze_support.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.setuponly' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/setuponly.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.setupplan' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/setupplan.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.stepwise' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/stepwise.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.warnings' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/warnings.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.logging' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/logging.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.reports' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/reports.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.python_path' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/python_path.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.unraisableexception' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/unraisableexception.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.threadexception' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/threadexception.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.faulthandler' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/faulthandler.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module 'pytest_asyncio.plugin' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest_asyncio/plugin.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module 'allure_pytest.plugin' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure_pytest/plugin.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <CaptureManager _method='fd' _global_capturing=<MultiCapture out=<FDCapture 1 oldfd=5 _state='suspended' tmpfile=<_io.TextIOWrapper name="<_io.FileIO name=6 mode='rb+' closefd=True>" mode='r+' encoding='utf-8'>> err=<FDCapture 2 oldfd=7 _state='suspended' tmpfile=<_io.TextIOWrapper name="<_io.FileIO name=8 mode='rb+' closefd=True>" mode='r+' encoding='utf-8'>> in_=<FDCapture 0 oldfd=3 _state='started' tmpfile=<_io.TextIOWrapper name='/dev/null' mode='r' encoding='utf-8'>> _state='suspended' _in_suspended=False> _capture_fixture=None>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module 'conftest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/conftest.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.cacheprovider.LFPlugin object at 0x12cf24650>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.cacheprovider.NFPlugin object at 0x12da03210>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <class '_pytest.legacypath.LegacyTmpdirPlugin'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.terminal.TerminalReporter object at 0x12da08410>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.logging.LoggingPlugin object at 0x12da2b890>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
finish pytest_configure --> [] [hook]
pytest_sessionstart [hook]
session: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
pytest_plugin_registered [hook]
plugin: <_pytest.config.PytestPluginManager object at 0x1031baf10>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.config.Config object at 0x10359ef10>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.mark' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/mark/__init__.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.main' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/main.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.runner' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/runner.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.fixtures' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/fixtures.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.helpconfig' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/helpconfig.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.python' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/python.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.terminal' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/terminal.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.debugging' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/debugging.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.unittest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/unittest.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.capture' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/capture.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.skipping' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/skipping.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.legacypath' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/legacypath.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.tmpdir' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/tmpdir.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.monkeypatch' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/monkeypatch.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.recwarn' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/recwarn.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.pastebin' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/pastebin.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.nose' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/nose.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.assertion' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/__init__.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.junitxml' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/junitxml.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.doctest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/doctest.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.cacheprovider' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/cacheprovider.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.freeze_support' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/freeze_support.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.setuponly' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/setuponly.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.setupplan' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/setupplan.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.stepwise' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/stepwise.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.warnings' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/warnings.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.logging' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/logging.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.reports' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/reports.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.python_path' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/python_path.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.unraisableexception' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/unraisableexception.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.threadexception' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/threadexception.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module '_pytest.faulthandler' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/faulthandler.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module 'pytest_asyncio.plugin' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest_asyncio/plugin.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module 'allure_pytest.plugin' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure_pytest/plugin.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <CaptureManager _method='fd' _global_capturing=<MultiCapture out=<FDCapture 1 oldfd=5 _state='suspended' tmpfile=<_io.TextIOWrapper name="<_io.FileIO name=6 mode='rb+' closefd=True>" mode='r+' encoding='utf-8'>> err=<FDCapture 2 oldfd=7 _state='suspended' tmpfile=<_io.TextIOWrapper name="<_io.FileIO name=8 mode='rb+' closefd=True>" mode='r+' encoding='utf-8'>> in_=<FDCapture 0 oldfd=3 _state='started' tmpfile=<_io.TextIOWrapper name='/dev/null' mode='r' encoding='utf-8'>> _state='suspended' _in_suspended=False> _capture_fixture=None>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <module 'conftest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/conftest.py'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.cacheprovider.LFPlugin object at 0x12cf24650>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.cacheprovider.NFPlugin object at 0x12da03210>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <class '_pytest.legacypath.LegacyTmpdirPlugin'>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.terminal.TerminalReporter object at 0x12da08410>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.logging.LoggingPlugin object at 0x12da2b890>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_plugin_registered [hook]
plugin: <_pytest.fixtures.FixtureManager object at 0x12da44ad0>
manager: <_pytest.config.PytestPluginManager object at 0x1031baf10>
finish pytest_plugin_registered --> [] [hook]
pytest_report_header [hook]
config: <_pytest.config.Config object at 0x10359ef10>
start_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator
startdir: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator
early skip of rewriting module: email.parser [assertion]
early skip of rewriting module: email.feedparser [assertion]
finish pytest_report_header --> [['asyncio: mode=Mode.AUTO'], ['rootdir: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator, configfile: pytest.ini', 'plugins: asyncio-0.23.6, allure-pytest-2.11.1'], 'cachedir: .pytest_cache', ['using: pytest-7.2.0', 'setuptools registered plugins:', ' pytest-asyncio-0.23.6 at /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest_asyncio/plugin.py', ' allure-pytest-2.11.1 at /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure_pytest/plugin.py']] [hook]
finish pytest_sessionstart --> [] [hook]
pytest_collection [hook]
session: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
perform_collect <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0> ['/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator'] [collection]
pytest_collectstart [hook]
collector: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
processing argument (PosixPath('/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator'), []) [collection]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/.DS_Store
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/.DS_Store
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/.DS_Store
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/.DS_Store
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/Dockerfile
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/Dockerfile
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/Dockerfile
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/Dockerfile
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/README.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/README.md
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/README.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/README.md
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/conftest.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/conftest.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/conftest.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/conftest.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/fontRecut.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/fontRecut.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/fontRecut.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/fontRecut.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfcCardsCreate.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfcCardsCreate.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfcCardsCreate.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfcCardsCreate.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/pytest.ini
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/pytest.ini
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/pytest.ini
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/pytest.ini
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/pytestdebug.log
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/pytestdebug.log
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/pytestdebug.log
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/pytestdebug.log
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/requirements-headless.txt
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/requirements-headless.txt
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/requirements-headless.txt
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/requirements-headless.txt
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/requirements.txt
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/requirements.txt
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/requirements.txt
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/requirements.txt
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/test.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/test.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/test.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/test.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testGator.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testGator.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testGator.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testGator.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testKeyboard.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testKeyboard.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testKeyboard.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testKeyboard.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testOpenCv.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testOpenCv.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testOpenCv.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testOpenCv.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testStringGen.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testStringGen.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testStringGen.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testStringGen.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testStringGenPil.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testStringGenPil.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testStringGenPil.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testStringGenPil.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_haxrcorp4089_tr.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_haxrcorp4089_tr.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_haxrcorp4089_tr.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_haxrcorp4089_tr.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_helvB08_tr.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_helvB08_tr.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_helvB08_tr.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_helvB08_tr.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_profont11_mr.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_profont11_mr.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_profont11_mr.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/u8g2_font_profont11_mr.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/.pytest_cache
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/.pytest_cache
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/__init__.py
finish pytest_pycollect_makemodule --> <Package async_protopy> [hook]
finish pytest_collect_file --> [<Package async_protopy>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/__init__.py
finish pytest_pycollect_makemodule --> <Package clients> [hook]
finish pytest_collect_file --> [<Package clients>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/__init__.py
finish pytest_pycollect_makemodule --> <Package commands> [hook]
finish pytest_collect_file --> [<Package commands>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/__init__.py
finish pytest_pycollect_makemodule --> <Package connectors> [hook]
finish pytest_collect_file --> [<Package connectors>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/__init__.py
finish pytest_pycollect_makemodule --> <Package exceptions> [hook]
finish pytest_collect_file --> [<Package exceptions>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.gitignore
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.gitignore
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.gitignore
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.gitignore
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/Changelog
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/Changelog
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/Changelog
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/Changelog
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/desktop.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/desktop.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/desktop.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/desktop.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.github
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.github
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.py
finish pytest_pycollect_makemodule --> <Package flipperzero_protobuf_compiled> [hook]
finish pytest_collect_file --> [<Package flipperzero_protobuf_compiled>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.git
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.git
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.git
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.git
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitattributes
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitattributes
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitattributes
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitattributes
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitignore
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitignore
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitignore
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitignore
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitmodules
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitmodules
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitmodules
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/.gitmodules
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/Makefile
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/Makefile
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/Makefile
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/Makefile
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/README.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/README.md
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/README.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/README.md
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/doc.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/doc.md
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/doc.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/doc.md
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/pyproject.toml
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/pyproject.toml
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/pyproject.toml
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/pyproject.toml
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/requirements.txt
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/requirements.txt
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/requirements.txt
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/requirements.txt
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/setup.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/setup.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/setup.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/setup.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/__init__.py
finish pytest_pycollect_makemodule --> <Package flipperzero_protobuf> [hook]
finish pytest_collect_file --> [<Package flipperzero_protobuf>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py
finish pytest_pycollect_makemodule --> <Package flipperCmd> [hook]
finish pytest_collect_file --> [<Package flipperCmd>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.git
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.git
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.git
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.git
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.gitignore
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.gitignore
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.gitignore
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.gitignore
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/Changelog
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/Changelog
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/Changelog
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/Changelog
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.options
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.options
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.proto
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.proto
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.github
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.github
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py
finish pytest_pycollect_makemodule --> <Package flipperzero_protobuf_compiled> [hook]
finish pytest_collect_file --> [<Package flipperzero_protobuf_compiled>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/app.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/app.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/app.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/app.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/case.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/case.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/case.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/case.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ.json
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ.json
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ.json
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ.json
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ.nfctests
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ.nfctests
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ.nfctests
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ.nfctests
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ_TST.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ_TST.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ_TST.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/CMD_READ_TST.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/command_result.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/command_result.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/command_result.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/command_result.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/main.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/main.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/main.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/main.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/proxmark_wrapper.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/proxmark_wrapper.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/proxmark_wrapper.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/proxmark_wrapper.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/scenarios_parser.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/scenarios_parser.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/scenarios_parser.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/extensions/scenarios_parser.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/haxrcorp_4089.ttf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/haxrcorp_4089.ttf
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/haxrcorp_4089.ttf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/haxrcorp_4089.ttf
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.bdf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.bdf
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.bdf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.bdf
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.pbm
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.pbm
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.pbm
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.pbm
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.pil
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.pil
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.pil
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/helvB08.pil
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/pilfont.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/pilfont.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/pilfont.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/pilfont.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.bdf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.bdf
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.bdf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.bdf
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.pbm
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.pbm
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.pbm
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.pbm
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.pil
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.pil
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.pil
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont11.pil
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.bdf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.bdf
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.bdf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.bdf
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.pbm
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.pbm
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.pbm
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.pbm
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.pil
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.pil
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.pil
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/fonts/profont22.pil
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/applications.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/applications.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/applications.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/applications.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/badusb.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/badusb.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/badusb.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/badusb.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/gpio.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/gpio.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/gpio.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/gpio.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/ibutton.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/ibutton.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/ibutton.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/ibutton.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/infrared.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/infrared.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/infrared.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/infrared.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/nfc.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/nfc.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/nfc.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/nfc.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/nfc_rfid_bench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/nfc_rfid_bench.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/nfc_rfid_bench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/nfc_rfid_bench.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/rfid.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/rfid.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/rfid.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/rfid.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/settings.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/settings.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/settings.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/settings.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/subghz.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/subghz.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/subghz.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/subghz.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/u2f.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/u2f.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/u2f.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/modules/u2f.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/failed.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/failed.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/failed.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/failed.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/recognitionFailPic.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/recognitionFailPic.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/recognitionFailPic.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/recognitionFailPic.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About Internal Storege.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About Internal Storege.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About Internal Storege.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About Internal Storege.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About SD Card.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About SD Card.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About SD Card.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About SD Card.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/About.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Add Button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Add Button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Add Button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Add Button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/AddOk.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/AddOk.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/AddOk.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/AddOk.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Air Conditioners.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Air Conditioners.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Air Conditioners.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Air Conditioners.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Audio Players.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Audio Players.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Audio Players.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Audio Players.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BTIcon.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BTIcon.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BTIcon.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BTIcon.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Benchmark SD Card.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Benchmark SD Card.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Benchmark SD Card.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Benchmark SD Card.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Bluetooth.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Bluetooth.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Bluetooth.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Bluetooth.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BluetoothIsOFF.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BluetoothIsOFF.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BluetoothIsOFF.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BluetoothIsOFF.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BluetoothIsON.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BluetoothIsON.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BluetoothIsON.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/BluetoothIsON.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Connection is active.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Connection is active.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Connection is active.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Connection is active.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Date Format.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Date Format.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Date Format.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Date Format.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/DebugIsOFF.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/DebugIsOFF.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/DebugIsOFF.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/DebugIsOFF.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/DebugIsON.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/DebugIsON.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/DebugIsON.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/DebugIsON.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Delete Button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Delete Button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Delete Button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Delete Button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Delete Remote.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Delete Remote.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Delete Remote.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Delete Remote.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Desktop.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Desktop.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Desktop.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Desktop.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Dummy Mode.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Dummy Mode.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Dummy Mode.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Dummy Mode.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating MIFARE Classic.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating MIFARE Classic.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating MIFARE Classic.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating MIFARE Classic.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating MIFARE Ultralight.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating MIFARE Ultralight.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating MIFARE Ultralight.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating MIFARE Ultralight.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating NTAG.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating NTAG.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating NTAG.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating NTAG.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating UID.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating UID.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating UID.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating UID.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Emulating.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/EmulatingDetectReader.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/EmulatingDetectReader.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/EmulatingDetectReader.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/EmulatingDetectReader.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ExitLeft.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ExitLeft.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ExitLeft.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ExitLeft.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Factory Reset.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Factory Reset.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Factory Reset.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Factory Reset.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/FileBrowserLevelUp.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/FileBrowserLevelUp.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/FileBrowserLevelUp.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/FileBrowserLevelUp.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Forget All Paired Devices.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Forget All Paired Devices.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Forget All Paired Devices.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Forget All Paired Devices.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Format SD Card.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Format SD Card.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Format SD Card.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Format SD Card.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Format complete.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Format complete.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Format complete.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Format complete.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Frequency Analyzer.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Frequency Analyzer.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Frequency Analyzer.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Frequency Analyzer.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/GPIO Output Mode Test.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/GPIO Output Mode Test.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/GPIO Output Mode Test.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/GPIO Output Mode Test.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Hand Orient.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Hand Orient.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Hand Orient.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Hand Orient.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Heap Trace.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Heap Trace.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Heap Trace.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Heap Trace.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LCD and Notifications.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LCD and Notifications.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LCD and Notifications.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LCD and Notifications.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LCKIcon.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LCKIcon.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LCKIcon.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LCKIcon.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Learn New Remote.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Learn New Remote.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Learn New Remote.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Learn New Remote.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ListRight.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ListRight.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ListRight.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ListRight.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Lock.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Lock.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Lock.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Lock.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LockedError.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LockedError.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LockedError.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/LockedError.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Log Level.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Log Level.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Log Level.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Log Level.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mf Classic Flipper Dict.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mf Classic Flipper Dict.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mf Classic Flipper Dict.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mf Classic Flipper Dict.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mf Classic User Dict.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mf Classic User Dict.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mf Classic User Dict.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mf Classic User Dict.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MfClassic1KTestCard.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MfClassic1KTestCard.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MfClassic1KTestCard.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MfClassic1KTestCard.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MfClassic1KTestCardInfo.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MfClassic1KTestCardInfo.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MfClassic1KTestCardInfo.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MfClassic1KTestCardInfo.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mifare Classic Keys Pict.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mifare Classic Keys Pict.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mifare Classic Keys Pict.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Mifare Classic Keys Pict.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MoreRight.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MoreRight.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MoreRight.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/MoreRight.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/NFCDebugFieldNotice.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/NFCDebugFieldNotice.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/NFCDebugFieldNotice.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/NFCDebugFieldNotice.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/OkOk.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/OkOk.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/OkOk.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/OkOk.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Passport.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Passport.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Passport.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Passport.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/PassportScreen.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/PassportScreen.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/PassportScreen.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/PassportScreen.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Power.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Power.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Power.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Power.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Projectors.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Projectors.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Projectors.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Projectors.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Read RAW.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Read RAW.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Read RAW.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Read RAW.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingCardNFC.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingCardNFC.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingCardNFC.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingCardNFC.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingIR.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingIR.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingIR.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingIR.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingNFC.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingNFC.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingNFC.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingNFC.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingRFID.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingRFID.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingRFID.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingRFID.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingiButton.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingiButton.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingiButton.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ReadingiButton.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Region Information.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Region Information.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Region Information.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Region Information.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename Button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename Button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename Button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename Button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename Remote.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename Remote.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename Remote.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename Remote.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Rename.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Restore Data Changes.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Restore Data Changes.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Restore Data Changes.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Restore Data Changes.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/RetryLeft.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/RetryLeft.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/RetryLeft.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/RetryLeft.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Run APDU reader.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Run APDU reader.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Run APDU reader.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Run APDU reader.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SDcardIcon.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SDcardIcon.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SDcardIcon.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SDcardIcon.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SaveRight.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SaveRight.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SaveRight.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SaveRight.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Saved Remotes.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Saved Remotes.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Saved Remotes.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Saved Remotes.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Saved!.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Saved!.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Saved!.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Saved!.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Set PIN.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Set PIN.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Set PIN.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Set PIN.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SkipOk.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SkipOk.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SkipOk.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/SkipOk.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sleep Method.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sleep Method.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sleep Method.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sleep Method.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sleep Method.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sleep Method.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sleep Method.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sleep Method.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/StayRight.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/StayRight.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/StayRight.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/StayRight.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Storage.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Storage.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Storage.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Storage.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sub-GHz Scanning.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sub-GHz Scanning.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sub-GHz Scanning.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Sub-GHz Scanning.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/System.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/System.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/System.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/System.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/TVs.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/TVs.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/TVs.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/TVs.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Test.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Test.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Test.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Test.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Time Format.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Time Format.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Time Format.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Time Format.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Units.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Units.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Units.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Units.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Universal Remotes.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Universal Remotes.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Universal Remotes.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Universal Remotes.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Unlock.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Unlock.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Unlock.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Unlock.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Unmount SD Card.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Unmount SD Card.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Unmount SD Card.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/Unmount SD Card.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/batteryIcon.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/batteryIcon.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/batteryIcon.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/batteryIcon.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/batteryIconCharge.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/batteryIconCharge.png
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/batteryIconCharge.png
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/batteryIconCharge.png
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Delete.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Delete.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Delete.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Delete.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Pin.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Pin.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Pin.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Pin.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Rename.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Rename.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Rename.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Rename.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Run in app.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Run in app.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Run in app.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_Run in app.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_1k.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_1k.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_1k.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_1k.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_1k_plus.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_1k_plus.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_1k_plus.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_1k_plus.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_2k.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_2k.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_2k.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_2k.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_2k_plus.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_2k_plus.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_2k_plus.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_I2C_2k_plus.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_MFU_11.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_MFU_11.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_MFU_11.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_MFU_11.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_MFU_21.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_MFU_21.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_MFU_21.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_MFU_21.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_Ntag_213.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_Ntag_213.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_Ntag_213.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_Ntag_213.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_Ultralight.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_Ultralight.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_Ultralight.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_Ultralight.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_mfc_4k7.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_mfc_4k7.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_mfc_4k7.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_T_mfc_4k7.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Apps.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Apps.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Apps.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Apps.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Bad USB.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Bad USB.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Bad USB.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Bad USB.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Browser.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Browser.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Browser.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Browser.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Favorites.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Favorites.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Favorites.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Favorites.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Infrared.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Infrared.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Infrared.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Infrared.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_NFC.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_NFC.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_NFC.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_NFC.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_RFID.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_RFID.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_RFID.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_RFID.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Sub-GHz.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Sub-GHz.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Sub-GHz.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_Sub-GHz.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_iButton.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_iButton.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_iButton.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/browser_head_iButton.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_EM4100_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_EM4100_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_EM4100_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_EM4100_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_HID_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_HID_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_HID_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_HID_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_Indala_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_Indala_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_Indala_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/card_Indala_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_Edit_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_Edit_button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_Edit_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_Edit_button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NEC_8A_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NEC_8A_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NEC_8A_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NEC_8A_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NEC_8A_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NEC_8A_button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NEC_8A_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NEC_8A_button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NECe_ED12_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NECe_ED12_button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NECe_ED12_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_NECe_ED12_button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_RAW_109_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_RAW_109_button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_RAW_109_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_RAW_109_button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_SIRC_15_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_SIRC_15_button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_SIRC_15_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_SIRC_15_button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_add_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_add_button.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_add_button.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/ir_add_button.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_Cyfral_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_Cyfral_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_Cyfral_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_Cyfral_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1971_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1971_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1971_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1971_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1992_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1992_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1992_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1992_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1996_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1996_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1996_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_DS1996_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_Metakom_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_Metakom_bench.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_Metakom_bench.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/key_Metakom_bench.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Successfully writen.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Successfully writen.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Successfully writen.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Successfully writen.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing EM4100.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing EM4100.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing EM4100.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing EM4100.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing H10301.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing H10301.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing H10301.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing H10301.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing Indala26.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing Indala26.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing Indala26.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_Writing Indala26.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_ir_sending.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_ir_sending.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_ir_sending.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/status_ir_sending.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/warn_Still trying to write.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/warn_Still trying to write.bmp
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/warn_Still trying to write.bmp
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/img/ref/warn_Still trying to write.bmp
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/ReadMe.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/ReadMe.md
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/ReadMe.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/ReadMe.md
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/repair_test_emulate_mifare_classic.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/repair_test_emulate_mifare_classic.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/repair_test_emulate_mifare_classic.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/repair_test_emulate_mifare_classic.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/repair_test_emulate_ntag213.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/repair_test_emulate_ntag213.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/repair_test_emulate_ntag213.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/repair_test_emulate_ntag213.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/test_emulate_ultralight.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/test_emulate_ultralight.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/test_emulate_ultralight.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/test_emulate_ultralight.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/test_emulate_ultralight.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/test_emulate_ultralight.py
finish pytest_pycollect_makemodule --> <Module nfc/test_emulate_ultralight.py> [hook]
finish pytest_collect_file --> [<Module nfc/test_emulate_ultralight.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_1k.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_1k.nfc
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_1k.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_1k.nfc
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_1k_plus.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_1k_plus.nfc
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_1k_plus.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_1k_plus.nfc
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_2k.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_2k.nfc
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_2k.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_2k.nfc
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_2k_plus.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_2k_plus.nfc
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_2k_plus.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_I2C_2k_plus.nfc
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_MFU_11.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_MFU_11.nfc
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_MFU_11.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_MFU_11.nfc
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_MFU_21.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_MFU_21.nfc
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_MFU_21.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_MFU_21.nfc
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_Ntag_213.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_Ntag_213.nfc
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_Ntag_213.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_Ntag_213.nfc
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_Ultralight.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_Ultralight.nfc
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_Ultralight.nfc
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/cards/T_Ultralight.nfc
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_applications.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_applications.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_applications.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_applications.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_applications.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_applications.py
finish pytest_pycollect_makemodule --> <Module testing/test_applications.py> [hook]
finish pytest_collect_file --> [<Module testing/test_applications.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_badusb.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_badusb.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_badusb.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_badusb.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_badusb.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_badusb.py
finish pytest_pycollect_makemodule --> <Module testing/test_badusb.py> [hook]
finish pytest_collect_file --> [<Module testing/test_badusb.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_desktop.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_desktop.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_desktop.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_desktop.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_desktop.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_desktop.py
finish pytest_pycollect_makemodule --> <Module testing/test_desktop.py> [hook]
finish pytest_collect_file --> [<Module testing/test_desktop.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_gpio.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_gpio.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_gpio.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_gpio.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_gpio.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_gpio.py
finish pytest_pycollect_makemodule --> <Module testing/test_gpio.py> [hook]
finish pytest_collect_file --> [<Module testing/test_gpio.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibutton.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibutton.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibutton.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibutton.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibutton.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibutton.py
finish pytest_pycollect_makemodule --> <Module testing/test_ibutton.py> [hook]
finish pytest_collect_file --> [<Module testing/test_ibutton.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibuttonbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibuttonbench.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibuttonbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibuttonbench.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibuttonbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibuttonbench.py
finish pytest_pycollect_makemodule --> <Module testing/test_ibuttonbench.py> [hook]
finish pytest_collect_file --> [<Module testing/test_ibuttonbench.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_infrared.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_infrared.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_infrared.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_infrared.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_infrared.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_infrared.py
finish pytest_pycollect_makemodule --> <Module testing/test_infrared.py> [hook]
finish pytest_collect_file --> [<Module testing/test_infrared.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_irbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_irbench.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_irbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_irbench.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_irbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_irbench.py
finish pytest_pycollect_makemodule --> <Module testing/test_irbench.py> [hook]
finish pytest_collect_file --> [<Module testing/test_irbench.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfc.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfc.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfc.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfc.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfc.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfc.py
finish pytest_pycollect_makemodule --> <Module testing/test_nfc.py> [hook]
finish pytest_collect_file --> [<Module testing/test_nfc.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfcbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfcbench.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfcbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfcbench.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfcbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfcbench.py
finish pytest_pycollect_makemodule --> <Module testing/test_nfcbench.py> [hook]
finish pytest_collect_file --> [<Module testing/test_nfcbench.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfid.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfid.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfid.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfid.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfid.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfid.py
finish pytest_pycollect_makemodule --> <Module testing/test_rfid.py> [hook]
finish pytest_collect_file --> [<Module testing/test_rfid.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfidbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfidbench.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfidbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfidbench.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfidbench.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfidbench.py
finish pytest_pycollect_makemodule --> <Module testing/test_rfidbench.py> [hook]
finish pytest_collect_file --> [<Module testing/test_rfidbench.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_settings.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_settings.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_settings.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_settings.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_settings.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_settings.py
finish pytest_pycollect_makemodule --> <Module testing/test_settings.py> [hook]
finish pytest_collect_file --> [<Module testing/test_settings.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_subghz.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_subghz.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_subghz.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_subghz.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_subghz.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_subghz.py
finish pytest_pycollect_makemodule --> <Module testing/test_subghz.py> [hook]
finish pytest_collect_file --> [<Module testing/test_subghz.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_u2f.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_u2f.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_u2f.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_u2f.py
pytest_pycollect_makemodule [hook]
parent: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
module_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_u2f.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_u2f.py
finish pytest_pycollect_makemodule --> <Module testing/test_u2f.py> [hook]
finish pytest_collect_file --> [<Module testing/test_u2f.py>] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv
finish pytest_ignore_collect --> True [hook]
finish pytest_make_collect_report --> <CollectReport '' lenresult=25 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport '' lenresult=25 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package async_protopy> [collection]
pytest_collectstart [hook]
collector: <Package async_protopy>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package async_protopy>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/executor.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/executor.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package async_protopy>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/executor.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/executor.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.gitignore
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.gitignore
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/Changelog
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/Changelog
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/application.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/desktop.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/desktop.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/flipper.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gpio.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/gui.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/property.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/storage.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/system.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.github
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero-protobuf/.github
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.py
finish pytest_ignore_collect --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'async_protopy/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'async_protopy/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package clients> [collection]
pytest_collectstart [hook]
collector: <Package clients>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package clients>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/application_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/application_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/application_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/application_client.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/base_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/base_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/base_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/base_client.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/desktop_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/desktop_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/desktop_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/desktop_client.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/gpio_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/gpio_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/gpio_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/gpio_client.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/gui_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/gui_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/gui_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/gui_client.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/property_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/property_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/property_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/property_client.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/protobuf_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/protobuf_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/protobuf_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/protobuf_client.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/storage_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/storage_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/storage_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/storage_client.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/system_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/system_client.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package clients>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/system_client.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/clients/system_client.py
finish pytest_collect_file --> [] [hook]
finish pytest_make_collect_report --> <CollectReport 'async_protopy/clients/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'async_protopy/clients/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package commands> [collection]
pytest_collectstart [hook]
collector: <Package commands>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package commands>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/application_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/application_commands.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package commands>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/application_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/application_commands.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/base_command.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/base_command.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package commands>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/base_command.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/base_command.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/desktop_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/desktop_commands.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package commands>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/desktop_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/desktop_commands.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/gpio_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/gpio_commands.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package commands>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/gpio_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/gpio_commands.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/gui_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/gui_commands.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package commands>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/gui_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/gui_commands.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/property_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/property_commands.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package commands>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/property_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/property_commands.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/storage_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/storage_commands.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package commands>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/storage_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/storage_commands.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/system_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/system_commands.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package commands>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/system_commands.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/commands/system_commands.py
finish pytest_collect_file --> [] [hook]
finish pytest_make_collect_report --> <CollectReport 'async_protopy/commands/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'async_protopy/commands/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package connectors> [collection]
pytest_collectstart [hook]
collector: <Package connectors>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package connectors>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/base_connector.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/base_connector.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package connectors>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/base_connector.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/base_connector.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/serial_connector.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/serial_connector.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package connectors>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/serial_connector.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/connectors/serial_connector.py
finish pytest_collect_file --> [] [hook]
finish pytest_make_collect_report --> <CollectReport 'async_protopy/connectors/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'async_protopy/connectors/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package exceptions> [collection]
pytest_collectstart [hook]
collector: <Package exceptions>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package exceptions>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/base_exceptions.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/base_exceptions.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package exceptions>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/base_exceptions.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/exceptions/base_exceptions.py
finish pytest_collect_file --> [] [hook]
finish pytest_make_collect_report --> <CollectReport 'async_protopy/exceptions/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'async_protopy/exceptions/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package flipperzero_protobuf_compiled> [collection]
pytest_collectstart [hook]
collector: <Package flipperzero_protobuf_compiled>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package flipperzero_protobuf_compiled>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.pyi
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.pyi
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.pyi
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/__init__.pyi
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/application_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/application_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/application_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/application_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/desktop_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/desktop_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/desktop_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/desktop_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/flipper_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/flipper_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/flipper_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/flipper_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/gpio_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/gpio_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/gpio_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/gpio_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/gui_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/gui_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/gui_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/gui_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/property_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/property_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/property_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/property_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/storage_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/storage_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/storage_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/storage_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/system_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/system_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/system_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/async_protopy/flipperzero_protobuf_compiled/system_pb2.py
finish pytest_collect_file --> [] [hook]
finish pytest_make_collect_report --> <CollectReport 'async_protopy/flipperzero_protobuf_compiled/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'async_protopy/flipperzero_protobuf_compiled/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package flipperzero_protobuf> [collection]
pytest_collectstart [hook]
collector: <Package flipperzero_protobuf>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package flipperzero_protobuf>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/README.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/README.md
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/README.md
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/README.md
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/cli_helpers.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/cli_helpers.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/cli_helpers.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/cli_helpers.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_app.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_app.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_app.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_app.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_base.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_base.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_base.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_base.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_gpio.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_gpio.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_gpio.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_gpio.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_gui.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_gui.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_gui.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_gui.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_property.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_property.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_property.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_property.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_proto.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_proto.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_proto.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_proto.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_storage.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_storage.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_storage.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_storage.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_sys.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_sys.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_sys.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipper_sys.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/rebuild.sh
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/rebuild.sh
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/rebuild.sh
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/rebuild.sh
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/version.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/version.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/version.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/version.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.git
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.git
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.gitignore
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.gitignore
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/Changelog
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/Changelog
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/application.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/flipper.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gpio.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/gui.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/property.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/storage.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.options
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.options
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.proto
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/system.proto
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.github
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero-protobuf/.github
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled
finish pytest_ignore_collect --> None [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py
finish pytest_ignore_collect --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'flipperzero_protobuf_py/flipperzero_protobuf/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'flipperzero_protobuf_py/flipperzero_protobuf/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package flipperCmd> [collection]
pytest_collectstart [hook]
collector: <Package flipperCmd>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package flipperCmd>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__main__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__main__.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperCmd>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__main__.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__main__.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/cmd_complete.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/cmd_complete.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperCmd>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/cmd_complete.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/cmd_complete.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/flipperCmd.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/flipperCmd.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperCmd>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/flipperCmd.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/flipperCmd.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/flipperzero_cmd.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/flipperzero_cmd.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperCmd>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/flipperzero_cmd.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/flipperzero_cmd.py
finish pytest_collect_file --> [] [hook]
finish pytest_make_collect_report --> <CollectReport 'flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'flipperzero_protobuf_py/flipperzero_protobuf/flipperCmd/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Package flipperzero_protobuf_compiled> [collection]
pytest_collectstart [hook]
collector: <Package flipperzero_protobuf_compiled>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Package flipperzero_protobuf_compiled>
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.pyi
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.pyi
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.pyi
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.pyi
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/application_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/application_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/application_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/application_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/flipper_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/flipper_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/flipper_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/flipper_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/gpio_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/gpio_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/gpio_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/gpio_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/gui_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/gui_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/gui_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/gui_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/property_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/property_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/property_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/property_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/storage_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/storage_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/storage_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/storage_pb2.py
finish pytest_collect_file --> [] [hook]
pytest_ignore_collect [hook]
config: <_pytest.config.Config object at 0x10359ef10>
collection_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/system_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/system_pb2.py
finish pytest_ignore_collect --> None [hook]
pytest_collect_file [hook]
parent: <Package flipperzero_protobuf_compiled>
file_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/system_pb2.py
path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/system_pb2.py
finish pytest_collect_file --> [] [hook]
finish pytest_make_collect_report --> <CollectReport 'flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py' lenresult=0 outcome='passed'> [hook]
pytest_collectreport [hook]
report: <CollectReport 'flipperzero_protobuf_py/flipperzero_protobuf/flipperzero_protobuf_compiled/__init__.py' lenresult=0 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module nfc/test_emulate_ultralight.py> [collection]
pytest_collectstart [hook]
collector: <Module nfc/test_emulate_ultralight.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module nfc/test_emulate_ultralight.py>
find_module called for: test_emulate_ultralight [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/test_emulate_ultralight.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/nfc/test_emulate_ultralight.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module nfc/test_emulate_ultralight.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module nfc/test_emulate_ultralight.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module nfc/test_emulate_ultralight.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module nfc/test_emulate_ultralight.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module nfc/test_emulate_ultralight.py>
name: TestEmulateUltralight
obj: <class 'test_emulate_ultralight.TestEmulateUltralight'>
finish pytest_pycollect_makeitem --> [<Class TestEmulateUltralight>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module nfc/test_emulate_ultralight.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9e480>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module nfc/test_emulate_ultralight.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9dee0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'nfc/test_emulate_ultralight.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestEmulateUltralight> [collection]
pytest_collectstart [hook]
collector: <Class TestEmulateUltralight>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestEmulateUltralight>
pytest_pycollect_makeitem [hook]
collector: <Class TestEmulateUltralight>
name: emulate_ntag213
obj: <function TestEmulateUltralight.emulate_ntag213 at 0x12da9e8e0>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestEmulateUltralight>
name: reset_card_and_emulate
obj: <function TestEmulateUltralight.reset_card_and_emulate at 0x12da9ea20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestEmulateUltralight>
name: TestMFU11
obj: <class 'test_emulate_ultralight.TestEmulateUltralight.TestMFU11'>
finish pytest_pycollect_makeitem --> [<Class TestMFU11>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestEmulateUltralight>
name: TestMFU21
obj: <class 'test_emulate_ultralight.TestEmulateUltralight.TestMFU21'>
finish pytest_pycollect_makeitem --> [<Class TestMFU21>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestEmulateUltralight>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9e7a0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'nfc/test_emulate_ultralight.py::TestEmulateUltralight' lenresult=2 outcome='passed'> [hook]
genitems <Class TestMFU11> [collection]
pytest_collectstart [hook]
collector: <Class TestMFU11>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestMFU11>
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU11>
name: data
obj: [('hf 14a raw -sc 3E00', 'BD [ 90 3F ]'), ('hf 14a raw -sc 3E01', 'BD [ 90 3F ]'), ('hf 14a raw -sc 3E02', 'BD [ 90 3F ]')]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU11>
name: test_vcsl
obj: <function TestEmulateUltralight.TestMFU11.test_vcsl at 0x12da9eb60>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dab5110>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 4B0000000000000000000000000000000000000000
argname: command
finish pytest_make_parametrize_id --> None [hook]
early skip of rewriting module: encodings.unicode_escape [assertion]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 05 [ 53 06 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU11>
name: test_counter_0
obj: <function TestEmulateUltralight.TestMFU11.test_counter_0 at 0x12da9ec00>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12da45ed0>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3900
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 00 [ 14 A5 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50000000100
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3900
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 01 [ 9D B4 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50000000500
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3900
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 06 [ 22 C0 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000100-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000500-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU11>
name: test_counter_1
obj: <function TestEmulateUltralight.TestMFU11.test_counter_1 at 0x12da9eca0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dab72d0>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3901
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 00 [ 14 A5 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50100000100
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3901
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 01 [ 9D B4 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50100000500
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3901
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 06 [ 22 C0 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000100-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000500-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU11>
name: test_counter_2
obj: <function TestEmulateUltralight.TestMFU11.test_counter_2 at 0x12da9ed40>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12da45ed0>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3902
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 00 [ 14 A5 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50200000100
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3902
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 01 [ 9D B4 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50200000500
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3902
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 06 [ 22 C0 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000100-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000500-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU11>
name: test_check_tearing
obj: <function TestEmulateUltralight.TestMFU11.test_check_tearing at 0x12da9ede0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dac3090>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3E00
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: BD [ 90 3F ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3E01
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: BD [ 90 3F ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3E02
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: BD [ 90 3F ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU11>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9f380>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'nfc/test_emulate_ultralight.py::TestEmulateUltralight::TestMFU11' lenresult=19 outcome='passed'> [hook]
genitems <Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc A50000000100-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc A50000000100-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc A50000000500-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc A50000000500-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc A50100000100-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc A50100000100-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc A50100000500-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc A50100000500-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc A50200000100-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc A50200000100-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc A50200000500-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc A50200000500-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'nfc/test_emulate_ultralight.py::TestEmulateUltralight::TestMFU11' lenresult=19 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Class TestMFU21> [collection]
pytest_collectstart [hook]
collector: <Class TestMFU21>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestMFU21>
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU21>
name: data
obj: [('hf 14a raw -sc 3E00', 'BD [ 90 3F ]'), ('hf 14a raw -sc 3E01', 'BD [ 90 3F ]'), ('hf 14a raw -sc 3E02', 'BD [ 90 3F ]')]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU21>
name: test_vcsl
obj: <function TestEmulateUltralight.TestMFU21.test_vcsl at 0x12da9ee80>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dac95d0>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 4B0000000000000000000000000000000000000000
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 05 [ 53 06 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU21>
name: test_counter_0
obj: <function TestEmulateUltralight.TestMFU21.test_counter_0 at 0x12da9ef20>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dac9bd0>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3900
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 00 [ 14 A5 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50000000100
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3900
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 01 [ 9D B4 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50000000500
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3900
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 06 [ 22 C0 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000100-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000500-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU21>
name: test_counter_1
obj: <function TestEmulateUltralight.TestMFU21.test_counter_1 at 0x12da9efc0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12daca710>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3901
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 00 [ 14 A5 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50100000100
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3901
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 01 [ 9D B4 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50100000500
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3901
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 06 [ 22 C0 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000100-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000500-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU21>
name: test_counter_2
obj: <function TestEmulateUltralight.TestMFU21.test_counter_2 at 0x12da9f060>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dac9bd0>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3902
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 00 [ 14 A5 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50200000100
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3902
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 01 [ 9D B4 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc A50200000500
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 0A
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3902
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: 00 00 06 [ 22 C0 ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000100-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000500-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU21>
name: test_check_tearing
obj: <function TestEmulateUltralight.TestMFU21.test_check_tearing at 0x12da9f100>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dad24d0>
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3E00
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: BD [ 90 3F ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3E01
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: BD [ 90 3F ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: hf 14a raw -sc 3E02
argname: command
finish pytest_make_parametrize_id --> None [hook]
pytest_make_parametrize_id [hook]
config: <_pytest.config.Config object at 0x10359ef10>
val: BD [ 90 3F ]
argname: expected_result
finish pytest_make_parametrize_id --> None [hook]
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMFU21>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac4040>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'nfc/test_emulate_ultralight.py::TestEmulateUltralight::TestMFU21' lenresult=19 outcome='passed'> [hook]
genitems <Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc A50000000100-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc A50000000100-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc A50000000500-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc A50000000500-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc A50100000100-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc A50100000100-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc A50100000500-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc A50100000500-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc A50200000100-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc A50200000100-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc A50200000500-0A]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc A50200000500-0A]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]> [collection]
pytest_itemcollected [hook]
item: <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'nfc/test_emulate_ultralight.py::TestEmulateUltralight::TestMFU21' lenresult=19 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'nfc/test_emulate_ultralight.py::TestEmulateUltralight' lenresult=2 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'nfc/test_emulate_ultralight.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_applications.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_applications.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_applications.py>
find_module called for: test_applications [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_applications.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_applications.py [assertion]
early skip of rewriting module: flippigator.case [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: allure
obj: <module 'allure' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: TestApplications
obj: <class 'test_applications.TestApplications'>
finish pytest_pycollect_makeitem --> [<Class TestApplications>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac4cc0>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_applications.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9df80>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_applications.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestApplications> [collection]
pytest_collectstart [hook]
collector: <Class TestApplications>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestApplications>
pytest_pycollect_makeitem [hook]
collector: <Class TestApplications>
name: test_applications_menu
obj: <function TestApplications.test_applications_menu at 0x12dac5120>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dad9890>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_applications_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestApplications>
name: pytestmark
obj: [Mark(name='applications', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestApplications>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9fce0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_applications.py::TestApplications' lenresult=1 outcome='passed'> [hook]
genitems <Function test_applications_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_applications_menu>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_applications.py::TestApplications' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_applications.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_badusb.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_badusb.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_badusb.py>
find_module called for: test_badusb [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_badusb.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_badusb.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: TestBadusb
obj: <class 'test_badusb.TestBadusb'>
finish pytest_pycollect_makeitem --> [<Class TestBadusb>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac4e00>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_badusb.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9d620>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_badusb.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestBadusb> [collection]
pytest_collectstart [hook]
collector: <Class TestBadusb>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestBadusb>
pytest_pycollect_makeitem [hook]
collector: <Class TestBadusb>
name: test_badusb_menu
obj: <function TestBadusb.test_badusb_menu at 0x12dac4220>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dadaa90>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_badusb_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestBadusb>
name: pytestmark
obj: [Mark(name='badusb', args=(), kwargs={}), Mark(name='xfail', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestBadusb>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac4180>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_badusb.py::TestBadusb' lenresult=1 outcome='passed'> [hook]
genitems <Function test_badusb_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_badusb_menu>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_badusb.py::TestBadusb' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_badusb.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_desktop.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_desktop.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_desktop.py>
find_module called for: test_desktop [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_desktop.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_desktop.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_desktop.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_desktop.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_desktop.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_desktop.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_desktop.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_desktop.py>
name: TestMain
obj: <class 'test_desktop.TestMain'>
finish pytest_pycollect_makeitem --> [<Class TestMain>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_desktop.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9e520>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_desktop.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9de40>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_desktop.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestMain> [collection]
pytest_collectstart [hook]
collector: <Class TestMain>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestMain>
pytest_pycollect_makeitem [hook]
collector: <Class TestMain>
name: test_main_screen
obj: <function TestMain.test_main_screen at 0x12dac49a0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dadbf10>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_main_screen>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMain>
name: test_menu_option_list
obj: <function TestMain.test_menu_option_list at 0x12dac4a40>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dae0510>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Coroutine test_menu_option_list>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMain>
name: pytestmark
obj: [Mark(name='menu', args=(), kwargs={}), Mark(name='smoke', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestMain>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac4860>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_desktop.py::TestMain' lenresult=2 outcome='passed'> [hook]
genitems <Function test_main_screen> [collection]
pytest_itemcollected [hook]
item: <Function test_main_screen>
finish pytest_itemcollected --> [] [hook]
genitems <Coroutine test_menu_option_list> [collection]
pytest_itemcollected [hook]
item: <Coroutine test_menu_option_list>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_desktop.py::TestMain' lenresult=2 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_desktop.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_gpio.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_gpio.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_gpio.py>
find_module called for: test_gpio [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_gpio.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_gpio.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: TestGpio
obj: <class 'test_gpio.TestGpio'>
finish pytest_pycollect_makeitem --> [<Class TestGpio>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac54e0>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_gpio.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9cea0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_gpio.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestGpio> [collection]
pytest_collectstart [hook]
collector: <Class TestGpio>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestGpio>
pytest_pycollect_makeitem [hook]
collector: <Class TestGpio>
name: test_gpio_menu
obj: <function TestGpio.test_gpio_menu at 0x12dac58a0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dae21d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_gpio_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestGpio>
name: test_manual_control
obj: <function TestGpio.test_manual_control at 0x12dac5940>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dae27d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_manual_control>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestGpio>
name: pytestmark
obj: [Mark(name='gpio', args=(), kwargs={}), Mark(name='smoke', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestGpio>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac4f40>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_gpio.py::TestGpio' lenresult=2 outcome='passed'> [hook]
genitems <Function test_gpio_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_gpio_menu>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_manual_control> [collection]
pytest_itemcollected [hook]
item: <Function test_manual_control>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_gpio.py::TestGpio' lenresult=2 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_gpio.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_ibutton.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_ibutton.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_ibutton.py>
find_module called for: test_ibutton [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibutton.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibutton.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: TestIbutton
obj: <class 'test_ibutton.TestIbutton'>
finish pytest_pycollect_makeitem --> [<Class TestIbutton>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac5a80>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibutton.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da9d4e0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_ibutton.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestIbutton> [collection]
pytest_collectstart [hook]
collector: <Class TestIbutton>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestIbutton>
pytest_pycollect_makeitem [hook]
collector: <Class TestIbutton>
name: test_ibutton_menu
obj: <function TestIbutton.test_ibutton_menu at 0x12dac5ee0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dae3ed0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_ibutton_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbutton>
name: test_read
obj: <function TestIbutton.test_read at 0x12dac5f80>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dae8510>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbutton>
name: pytestmark
obj: [Mark(name='ibutton', args=(), kwargs={}), Mark(name='smoke', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbutton>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac5e40>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_ibutton.py::TestIbutton' lenresult=2 outcome='passed'> [hook]
genitems <Function test_ibutton_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_ibutton_menu>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read> [collection]
pytest_itemcollected [hook]
item: <Function test_read>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_ibutton.py::TestIbutton' lenresult=2 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_ibutton.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_ibuttonbench.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_ibuttonbench.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_ibuttonbench.py>
find_module called for: test_ibuttonbench [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibuttonbench.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_ibuttonbench.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: allure
obj: <module 'allure' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: FlipperHEXKeyboard
obj: <class 'flippigator.flippigator.FlipperHEXKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: FlipperTextKeyboard
obj: <class 'flippigator.flippigator.FlipperTextKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: TestIbuttonBench
obj: <class 'test_ibuttonbench.TestIbuttonBench'>
finish pytest_pycollect_makeitem --> [<Class TestIbuttonBench>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac5760>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_ibuttonbench.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da3ec00>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_ibuttonbench.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestIbuttonBench> [collection]
pytest_collectstart [hook]
collector: <Class TestIbuttonBench>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestIbuttonBench>
pytest_pycollect_makeitem [hook]
collector: <Class TestIbuttonBench>
name: test_cyfral
obj: <function TestIbuttonBench.test_cyfral at 0x12dac6160>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12daea210>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_cyfral>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbuttonBench>
name: test_metakom
obj: <function TestIbuttonBench.test_metakom at 0x12dac63e0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dae0310>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_metakom>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbuttonBench>
name: test_ds1992
obj: <function TestIbuttonBench.test_ds1992 at 0x12dac6480>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dae8110>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_ds1992>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbuttonBench>
name: test_ds1996
obj: <function TestIbuttonBench.test_ds1996 at 0x12dac6520>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12daeac10>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_ds1996>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbuttonBench>
name: test_ds1971
obj: <function TestIbuttonBench.test_ds1971 at 0x12dac65c0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12daeae50>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_ds1971>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbuttonBench>
name: pytestmark
obj: [Mark(name='bench_ibutton_ir', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestIbuttonBench>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac62a0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_ibuttonbench.py::TestIbuttonBench' lenresult=5 outcome='passed'> [hook]
genitems <Function test_cyfral> [collection]
pytest_itemcollected [hook]
item: <Function test_cyfral>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_metakom> [collection]
pytest_itemcollected [hook]
item: <Function test_metakom>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_ds1992> [collection]
pytest_itemcollected [hook]
item: <Function test_ds1992>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_ds1996> [collection]
pytest_itemcollected [hook]
item: <Function test_ds1996>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_ds1971> [collection]
pytest_itemcollected [hook]
item: <Function test_ds1971>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_ibuttonbench.py::TestIbuttonBench' lenresult=5 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_ibuttonbench.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_infrared.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_infrared.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_infrared.py>
find_module called for: test_infrared [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_infrared.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_infrared.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: TestInfrared
obj: <class 'test_infrared.TestInfrared'>
finish pytest_pycollect_makeitem --> [<Class TestInfrared>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac60c0>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_infrared.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da3e2a0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_infrared.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestInfrared> [collection]
pytest_collectstart [hook]
collector: <Class TestInfrared>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestInfrared>
pytest_pycollect_makeitem [hook]
collector: <Class TestInfrared>
name: test_infrared_menu
obj: <function TestInfrared.test_infrared_menu at 0x12dac6b60>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc00310>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_infrared_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestInfrared>
name: test_read
obj: <function TestInfrared.test_read at 0x12dac6ac0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc008d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestInfrared>
name: pytestmark
obj: [Mark(name='infrared', args=(), kwargs={}), Mark(name='smoke', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestInfrared>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac4b80>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_infrared.py::TestInfrared' lenresult=2 outcome='passed'> [hook]
genitems <Function test_infrared_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_infrared_menu>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read> [collection]
pytest_itemcollected [hook]
item: <Function test_read>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_infrared.py::TestInfrared' lenresult=2 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_infrared.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_irbench.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_irbench.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_irbench.py>
find_module called for: test_irbench [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_irbench.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_irbench.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: allure
obj: <module 'allure' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: FlipperHEXKeyboard
obj: <class 'flippigator.flippigator.FlipperHEXKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: FlipperTextKeyboard
obj: <class 'flippigator.flippigator.FlipperTextKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: TestInfraredBench
obj: <class 'test_irbench.TestInfraredBench'>
finish pytest_pycollect_makeitem --> [<Class TestInfraredBench>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac6f20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_irbench.py>
name: __pytest_asyncio_package_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12da3e5c0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_irbench.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestInfraredBench> [collection]
pytest_collectstart [hook]
collector: <Class TestInfraredBench>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestInfraredBench>
pytest_pycollect_makeitem [hook]
collector: <Class TestInfraredBench>
name: test_new_remote_and_universal_remotes
obj: <function TestInfraredBench.test_new_remote_and_universal_remotes at 0x12dac6d40>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc02190>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_new_remote_and_universal_remotes>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestInfraredBench>
name: test_debug
obj: <function TestInfraredBench.test_debug at 0x12dac6e80>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc02710>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_debug>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestInfraredBench>
name: pytestmark
obj: [Mark(name='bench_ibutton_ir', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestInfraredBench>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac6700>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_irbench.py::TestInfraredBench' lenresult=2 outcome='passed'> [hook]
genitems <Function test_new_remote_and_universal_remotes> [collection]
pytest_itemcollected [hook]
item: <Function test_new_remote_and_universal_remotes>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_debug> [collection]
pytest_itemcollected [hook]
item: <Function test_debug>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_irbench.py::TestInfraredBench' lenresult=2 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_irbench.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_nfc.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_nfc.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_nfc.py>
find_module called for: test_nfc [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfc.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfc.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: allure
obj: <module 'allure' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: FlipperHEXKeyboard
obj: <class 'flippigator.flippigator.FlipperHEXKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: FlipperTextKeyboard
obj: <class 'flippigator.flippigator.FlipperTextKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: TestNfc
obj: <class 'test_nfc.TestNfc'>
finish pytest_pycollect_makeitem --> [<Class TestNfc>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfc.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac7740>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_nfc.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestNfc> [collection]
pytest_collectstart [hook]
collector: <Class TestNfc>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestNfc>
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: test_nfc_menu
obj: <function TestNfc.test_nfc_menu at 0x12dc0c040>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc107d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_nfc_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: test_read
obj: <function TestNfc.test_read at 0x12dc0c0e0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc10dd0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: test_detect_reader
obj: <function TestNfc.test_detect_reader at 0x12dc0c180>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc114d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_detect_reader>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: test_saved
obj: <function TestNfc.test_saved at 0x12dc0c220>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc00450>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_saved>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: test_extra_actions
obj: <function TestNfc.test_extra_actions at 0x12dc0c2c0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12daeaf50>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_extra_actions>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: test_add_manually
obj: <function TestNfc.test_add_manually at 0x12dc0c360>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dac9750>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_add_manually>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: test_add_manually_smoke
obj: <function TestNfc.test_add_manually_smoke at 0x12dc0c400>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc11350>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_add_manually_smoke>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: test_debug
obj: <function TestNfc.test_debug at 0x12dc0c4a0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc11dd0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_debug>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: pytestmark
obj: [Mark(name='nfc', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfc>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac7ec0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_nfc.py::TestNfc' lenresult=8 outcome='passed'> [hook]
genitems <Function test_nfc_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_nfc_menu>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read> [collection]
pytest_itemcollected [hook]
item: <Function test_read>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_detect_reader> [collection]
pytest_itemcollected [hook]
item: <Function test_detect_reader>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_saved> [collection]
pytest_itemcollected [hook]
item: <Function test_saved>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_extra_actions> [collection]
pytest_itemcollected [hook]
item: <Function test_extra_actions>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_add_manually> [collection]
pytest_itemcollected [hook]
item: <Function test_add_manually>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_add_manually_smoke> [collection]
pytest_itemcollected [hook]
item: <Function test_add_manually_smoke>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_debug> [collection]
pytest_itemcollected [hook]
item: <Function test_debug>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_nfc.py::TestNfc' lenresult=8 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_nfc.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_nfcbench.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_nfcbench.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_nfcbench.py>
find_module called for: test_nfcbench [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfcbench.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_nfcbench.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: logging
obj: <module 'logging' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/logging/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: allure
obj: <module 'allure' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: FlipperHEXKeyboard
obj: <class 'flippigator.flippigator.FlipperHEXKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: FlipperTextKeyboard
obj: <class 'flippigator.flippigator.FlipperTextKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: TestNfcBench
obj: <class 'test_nfcbench.TestNfcBench'>
finish pytest_pycollect_makeitem --> [<Class TestNfcBench>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_nfcbench.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dac6de0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_nfcbench.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestNfcBench> [collection]
pytest_collectstart [hook]
collector: <Class TestNfcBench>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestNfcBench>
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_mifare_classic_1k_card
obj: <function TestNfcBench.test_read_mifare_classic_1k_card at 0x12dc0c720>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc138d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_mifare_classic_1k_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_nfc_a_card
obj: <function TestNfcBench.test_read_nfc_a_card at 0x12dc0c680>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc13ed0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_nfc_a_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_mifare_classic_4k_card
obj: <function TestNfcBench.test_read_mifare_classic_4k_card at 0x12dc0c860>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc18610>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_mifare_classic_4k_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_troika_card
obj: <function TestNfcBench.test_read_troika_card at 0x12dc0c7c0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc18fd0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_troika_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_ntag215_card
obj: <function TestNfcBench.test_read_ntag215_card at 0x12dc0c9a0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc19450>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_ntag215_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_mifare_ultralight_card
obj: <function TestNfcBench.test_read_mifare_ultralight_card at 0x12dc0c900>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc19b50>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_mifare_ultralight_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_mifare_desfire_card
obj: <function TestNfcBench.test_read_mifare_desfire_card at 0x12dc0cae0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc1a250>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_mifare_desfire_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_bank_card
obj: <function TestNfcBench.test_read_bank_card at 0x12dc0ca40>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc1a950>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_bank_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_read_all_in_one_card
obj: <function TestNfcBench.test_read_all_in_one_card at 0x12dc0cb80>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc1b0d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_all_in_one_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_emulation_mifare_classic_1k_card
obj: <function TestNfcBench.test_emulation_mifare_classic_1k_card at 0x12dc0c540>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc1b0d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_mifare_classic_1k_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_emulation_nfc_a_card
obj: <function TestNfcBench.test_emulation_nfc_a_card at 0x12dc0cc20>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc1be90>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_nfc_a_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_emulation_mifare_classic_4k_card
obj: <function TestNfcBench.test_emulation_mifare_classic_4k_card at 0x12dc0ccc0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc1b0d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_mifare_classic_4k_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_emulation_troika_card
obj: <function TestNfcBench.test_emulation_troika_card at 0x12dc0cd60>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc1b550>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_troika_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_emulation_ntag215_card
obj: <function TestNfcBench.test_emulation_ntag215_card at 0x12dc0ce00>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc18cd0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_ntag215_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_emulation_mifare_ultralight_card
obj: <function TestNfcBench.test_emulation_mifare_ultralight_card at 0x12dc0cea0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc137d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_mifare_ultralight_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_emulation_mifare_desfire_card
obj: <function TestNfcBench.test_emulation_mifare_desfire_card at 0x12dc0cf40>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12daead50>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_mifare_desfire_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: test_emulation_all_in_one_card
obj: <function TestNfcBench.test_emulation_all_in_one_card at 0x12dc0cfe0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc24590>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_all_in_one_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: pytestmark
obj: [Mark(name='bench_nfc_rfid', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestNfcBench>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0d080>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_nfcbench.py::TestNfcBench' lenresult=17 outcome='passed'> [hook]
genitems <Function test_read_mifare_classic_1k_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_mifare_classic_1k_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_nfc_a_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_nfc_a_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_mifare_classic_4k_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_mifare_classic_4k_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_troika_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_troika_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_ntag215_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_ntag215_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_mifare_ultralight_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_mifare_ultralight_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_mifare_desfire_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_mifare_desfire_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_bank_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_bank_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_all_in_one_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_all_in_one_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_mifare_classic_1k_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_mifare_classic_1k_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_nfc_a_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_nfc_a_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_mifare_classic_4k_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_mifare_classic_4k_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_troika_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_troika_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_ntag215_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_ntag215_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_mifare_ultralight_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_mifare_ultralight_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_mifare_desfire_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_mifare_desfire_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_all_in_one_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_all_in_one_card>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_nfcbench.py::TestNfcBench' lenresult=17 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_nfcbench.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_rfid.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_rfid.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_rfid.py>
find_module called for: test_rfid [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfid.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfid.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: TestRfid
obj: <class 'test_rfid.TestRfid'>
finish pytest_pycollect_makeitem --> [<Class TestRfid>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfid.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0d620>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_rfid.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestRfid> [collection]
pytest_collectstart [hook]
collector: <Class TestRfid>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestRfid>
pytest_pycollect_makeitem [hook]
collector: <Class TestRfid>
name: test_rfid_menu
obj: <function TestRfid.test_rfid_menu at 0x12dc0dda0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc26150>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_rfid_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfid>
name: test_read
obj: <function TestRfid.test_read at 0x12dc0dd00>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc26710>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfid>
name: test_saved
obj: <function TestRfid.test_saved at 0x12dc0dee0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc26e10>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_saved>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfid>
name: test_add_manually
obj: <function TestRfid.test_add_manually at 0x12dc0de40>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc277d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_add_manually>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfid>
name: test_add_manually_smoke
obj: <function TestRfid.test_add_manually_smoke at 0x12dc0d120>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc27c90>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_add_manually_smoke>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfid>
name: test_extra_options
obj: <function TestRfid.test_extra_options at 0x12dc0df80>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc2c3d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_extra_options>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfid>
name: pytestmark
obj: [Mark(name='rfid', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfid>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0d800>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_rfid.py::TestRfid' lenresult=6 outcome='passed'> [hook]
genitems <Function test_rfid_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_rfid_menu>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read> [collection]
pytest_itemcollected [hook]
item: <Function test_read>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_saved> [collection]
pytest_itemcollected [hook]
item: <Function test_saved>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_add_manually> [collection]
pytest_itemcollected [hook]
item: <Function test_add_manually>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_add_manually_smoke> [collection]
pytest_itemcollected [hook]
item: <Function test_add_manually_smoke>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_extra_options> [collection]
pytest_itemcollected [hook]
item: <Function test_extra_options>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_rfid.py::TestRfid' lenresult=6 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_rfid.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_rfidbench.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_rfidbench.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_rfidbench.py>
find_module called for: test_rfidbench [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfidbench.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_rfidbench.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: allure
obj: <module 'allure' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/allure.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: FlipperHEXKeyboard
obj: <class 'flippigator.flippigator.FlipperHEXKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: FlipperTextKeyboard
obj: <class 'flippigator.flippigator.FlipperTextKeyboard'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: TestRfidBench
obj: <class 'test_rfidbench.TestRfidBench'>
finish pytest_pycollect_makeitem --> [<Class TestRfidBench>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_rfidbench.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0d3a0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_rfidbench.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestRfidBench> [collection]
pytest_collectstart [hook]
collector: <Class TestRfidBench>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestRfidBench>
pytest_pycollect_makeitem [hook]
collector: <Class TestRfidBench>
name: test_read_indala_card
obj: <function TestRfidBench.test_read_indala_card at 0x12dc0e480>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc2ddd0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_indala_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfidBench>
name: test_read_em_card
obj: <function TestRfidBench.test_read_em_card at 0x12dc0e660>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12daeb010>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_em_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfidBench>
name: test_read_hid_card
obj: <function TestRfidBench.test_read_hid_card at 0x12dc0e5c0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc27f50>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_read_hid_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfidBench>
name: test_emulation_indala_card
obj: <function TestRfidBench.test_emulation_indala_card at 0x12dc0e7a0>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc26350>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_indala_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfidBench>
name: test_emulation_em_card
obj: <function TestRfidBench.test_emulation_em_card at 0x12dc0e700>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc11c90>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_em_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfidBench>
name: test_emulation_hid_card
obj: <function TestRfidBench.test_emulation_hid_card at 0x12dc0d440>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc2dfd0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_emulation_hid_card>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfidBench>
name: pytestmark
obj: [Mark(name='bench_nfc_rfid', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestRfidBench>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0e340>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_rfidbench.py::TestRfidBench' lenresult=6 outcome='passed'> [hook]
genitems <Function test_read_indala_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_indala_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_em_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_em_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_read_hid_card> [collection]
pytest_itemcollected [hook]
item: <Function test_read_hid_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_indala_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_indala_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_em_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_em_card>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_emulation_hid_card> [collection]
pytest_itemcollected [hook]
item: <Function test_emulation_hid_card>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_rfidbench.py::TestRfidBench' lenresult=6 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_rfidbench.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_settings.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_settings.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_settings.py>
find_module called for: test_settings [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_settings.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_settings.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: TestSettings
obj: <class 'test_settings.TestSettings'>
finish pytest_pycollect_makeitem --> [<Class TestSettings>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_settings.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0e520>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_settings.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestSettings> [collection]
pytest_collectstart [hook]
collector: <Class TestSettings>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestSettings>
pytest_pycollect_makeitem [hook]
collector: <Class TestSettings>
name: test_settings_menu
obj: <function TestSettings.test_settings_menu at 0x12dc0eb60>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc2f2d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_settings_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestSettings>
name: pytestmark
obj: [Mark(name='settings', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestSettings>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0e980>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_settings.py::TestSettings' lenresult=1 outcome='passed'> [hook]
genitems <Function test_settings_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_settings_menu>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_settings.py::TestSettings' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_settings.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_subghz.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_subghz.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_subghz.py>
find_module called for: test_subghz [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_subghz.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_subghz.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: TestSubGhz
obj: <class 'test_subghz.TestSubGhz'>
finish pytest_pycollect_makeitem --> [<Class TestSubGhz>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_subghz.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0ee80>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_subghz.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestSubGhz> [collection]
pytest_collectstart [hook]
collector: <Class TestSubGhz>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestSubGhz>
pytest_pycollect_makeitem [hook]
collector: <Class TestSubGhz>
name: test_subghz_menu
obj: <function TestSubGhz.test_subghz_menu at 0x12dc0f380>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc347d0>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_subghz_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestSubGhz>
name: test_subghz_read
obj: <function TestSubGhz.test_subghz_read at 0x12dc0f420>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc34d50>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_subghz_read>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestSubGhz>
name: pytestmark
obj: [Mark(name='subghz', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestSubGhz>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0ede0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_subghz.py::TestSubGhz' lenresult=2 outcome='passed'> [hook]
genitems <Function test_subghz_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_subghz_menu>
finish pytest_itemcollected --> [] [hook]
genitems <Function test_subghz_read> [collection]
pytest_itemcollected [hook]
item: <Function test_subghz_read>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_subghz.py::TestSubGhz' lenresult=2 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_subghz.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
genitems <Module testing/test_u2f.py> [collection]
pytest_collectstart [hook]
collector: <Module testing/test_u2f.py>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Module testing/test_u2f.py>
find_module called for: test_u2f [assertion]
matched test file '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_u2f.py' [assertion]
found cached rewritten pyc for /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/testing/test_u2f.py [assertion]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: @py_builtins
obj: <module 'builtins' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: @pytest_ar
obj: <module '_pytest.assertion.rewrite' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: os
obj: <module 'os' (frozen)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: time
obj: <module 'time' (built-in)>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: pytest
obj: <module 'pytest' from '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest/__init__.py'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: BaseCase
obj: <class 'flippigator.case.BaseCase'>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: colored
obj: <function colored at 0x12c4b9b20>
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: TestU2f
obj: <class 'test_u2f.TestU2f'>
finish pytest_pycollect_makeitem --> [<Class TestU2f>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Module testing/test_u2f.py>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0f060>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_u2f.py' lenresult=1 outcome='passed'> [hook]
genitems <Class TestU2f> [collection]
pytest_collectstart [hook]
collector: <Class TestU2f>
finish pytest_collectstart --> [] [hook]
pytest_make_collect_report [hook]
collector: <Class TestU2f>
pytest_pycollect_makeitem [hook]
collector: <Class TestU2f>
name: test_u2f_menu
obj: <function TestU2f.test_u2f_menu at 0x12dc0fb00>
pytest_generate_tests [hook]
metafunc: <_pytest.python.Metafunc object at 0x12dc36350>
finish pytest_generate_tests --> [] [hook]
finish pytest_pycollect_makeitem --> [<Function test_u2f_menu>] [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestU2f>
name: pytestmark
obj: [Mark(name='u2f', args=(), kwargs={}), Mark(name='xfail', args=(), kwargs={})]
finish pytest_pycollect_makeitem --> None [hook]
pytest_pycollect_makeitem [hook]
collector: <Class TestU2f>
name: __pytest_asyncio_scoped_event_loop
obj: <function pytest_collectstart.<locals>.scoped_event_loop at 0x12dc0f9c0>
finish pytest_pycollect_makeitem --> None [hook]
finish pytest_make_collect_report --> <CollectReport 'testing/test_u2f.py::TestU2f' lenresult=1 outcome='passed'> [hook]
genitems <Function test_u2f_menu> [collection]
pytest_itemcollected [hook]
item: <Function test_u2f_menu>
finish pytest_itemcollected --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_u2f.py::TestU2f' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collectreport [hook]
report: <CollectReport 'testing/test_u2f.py' lenresult=1 outcome='passed'>
finish pytest_collectreport --> [] [hook]
pytest_collection_modifyitems [hook]
session: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
config: <_pytest.config.Config object at 0x10359ef10>
items: [<Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000100-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000500-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000100-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000500-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000100-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000500-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]>, <Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]>, <Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000100-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000500-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000100-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000500-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000100-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000500-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]>, <Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]>, <Function test_applications_menu>, <Function test_badusb_menu>, <Function test_main_screen>, <Coroutine test_menu_option_list>, <Function test_gpio_menu>, <Function test_manual_control>, <Function test_ibutton_menu>, <Function test_read>, <Function test_cyfral>, <Function test_metakom>, <Function test_ds1992>, <Function test_ds1996>, <Function test_ds1971>, <Function test_infrared_menu>, <Function test_read>, <Function test_new_remote_and_universal_remotes>, <Function test_debug>, <Function test_nfc_menu>, <Function test_read>, <Function test_detect_reader>, <Function test_saved>, <Function test_extra_actions>, <Function test_add_manually>, <Function test_add_manually_smoke>, <Function test_debug>, <Function test_read_mifare_classic_1k_card>, <Function test_read_nfc_a_card>, <Function test_read_mifare_classic_4k_card>, <Function test_read_troika_card>, <Function test_read_ntag215_card>, <Function test_read_mifare_ultralight_card>, <Function test_read_mifare_desfire_card>, <Function test_read_bank_card>, <Function test_read_all_in_one_card>, <Function test_emulation_mifare_classic_1k_card>, <Function test_emulation_nfc_a_card>, <Function test_emulation_mifare_classic_4k_card>, <Function test_emulation_troika_card>, <Function test_emulation_ntag215_card>, <Function test_emulation_mifare_ultralight_card>, <Function test_emulation_mifare_desfire_card>, <Function test_emulation_all_in_one_card>, <Function test_rfid_menu>, <Function test_read>, <Function test_saved>, <Function test_add_manually>, <Function test_add_manually_smoke>, <Function test_extra_options>, <Function test_read_indala_card>, <Function test_read_em_card>, <Function test_read_hid_card>, <Function test_emulation_indala_card>, <Function test_emulation_em_card>, <Function test_emulation_hid_card>, <Function test_settings_menu>, <Function test_subghz_menu>, <Function test_subghz_read>, <Function test_u2f_menu>]
pytest_deselected [hook]
items: [<Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000100-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000500-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000100-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000500-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000100-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000500-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]>, <Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]>, <Function test_vcsl[hf 14a raw -sc 4B0000000000000000000000000000000000000000-05 [ 53 06 ]]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 00 [ 14 A5 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000100-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 01 [ 9D B4 ]]>, <Function test_counter_0[hf 14a raw -sc A50000000500-0A]>, <Function test_counter_0[hf 14a raw -sc 3900-00 00 06 [ 22 C0 ]]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 00 [ 14 A5 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000100-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 01 [ 9D B4 ]]>, <Function test_counter_1[hf 14a raw -sc A50100000500-0A]>, <Function test_counter_1[hf 14a raw -sc 3901-00 00 06 [ 22 C0 ]]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 00 [ 14 A5 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000100-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 01 [ 9D B4 ]]>, <Function test_counter_2[hf 14a raw -sc A50200000500-0A]>, <Function test_counter_2[hf 14a raw -sc 3902-00 00 06 [ 22 C0 ]]>, <Function test_check_tearing[hf 14a raw -sc 3E00-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E01-BD [ 90 3F ]]>, <Function test_check_tearing[hf 14a raw -sc 3E02-BD [ 90 3F ]]>, <Function test_applications_menu>, <Function test_badusb_menu>, <Function test_main_screen>, <Function test_gpio_menu>, <Function test_manual_control>, <Function test_ibutton_menu>, <Function test_read>, <Function test_cyfral>, <Function test_metakom>, <Function test_ds1992>, <Function test_ds1996>, <Function test_ds1971>, <Function test_infrared_menu>, <Function test_read>, <Function test_new_remote_and_universal_remotes>, <Function test_debug>, <Function test_nfc_menu>, <Function test_read>, <Function test_detect_reader>, <Function test_saved>, <Function test_extra_actions>, <Function test_add_manually>, <Function test_add_manually_smoke>, <Function test_debug>, <Function test_read_mifare_classic_1k_card>, <Function test_read_nfc_a_card>, <Function test_read_mifare_classic_4k_card>, <Function test_read_troika_card>, <Function test_read_ntag215_card>, <Function test_read_mifare_ultralight_card>, <Function test_read_mifare_desfire_card>, <Function test_read_bank_card>, <Function test_read_all_in_one_card>, <Function test_emulation_mifare_classic_1k_card>, <Function test_emulation_nfc_a_card>, <Function test_emulation_mifare_classic_4k_card>, <Function test_emulation_troika_card>, <Function test_emulation_ntag215_card>, <Function test_emulation_mifare_ultralight_card>, <Function test_emulation_mifare_desfire_card>, <Function test_emulation_all_in_one_card>, <Function test_rfid_menu>, <Function test_read>, <Function test_saved>, <Function test_add_manually>, <Function test_add_manually_smoke>, <Function test_extra_options>, <Function test_read_indala_card>, <Function test_read_em_card>, <Function test_read_hid_card>, <Function test_emulation_indala_card>, <Function test_emulation_em_card>, <Function test_emulation_hid_card>, <Function test_settings_menu>, <Function test_subghz_menu>, <Function test_subghz_read>, <Function test_u2f_menu>]
finish pytest_deselected --> [] [hook]
finish pytest_collection_modifyitems --> [] [hook]
pytest_collection_finish [hook]
session: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=0>
pytest_report_collectionfinish [hook]
config: <_pytest.config.Config object at 0x10359ef10>
items: [<Coroutine test_menu_option_list>]
start_path: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator
startdir: /Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator
finish pytest_report_collectionfinish --> [] [hook]
finish pytest_collection_finish --> [] [hook]
finish pytest_collection --> None [hook]
pytest_runtestloop [hook]
session: <Session flippigator exitstatus=<ExitCode.OK: 0> testsfailed=0 testscollected=1>
pytest_runtest_protocol [hook]
item: <Coroutine test_menu_option_list>
nextitem: None
pytest_runtest_logstart [hook]
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
location: ('testing/test_desktop.py', 23, 'TestMain.test_menu_option_list')
finish pytest_runtest_logstart --> [] [hook]
pytest_runtest_setup [hook]
item: <Coroutine test_menu_option_list>
pytest_fixture_setup [hook]
fixturedef: <FixtureDef argname='event_loop_policy' scope='session' baseid=''>
request: <SubRequest 'event_loop_policy' for <Coroutine test_menu_option_list>>
finish pytest_fixture_setup --> <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x103657f50> [hook]
pytest_fixture_setup [hook]
fixturedef: <FixtureDef argname='flipper_serial' scope='session' baseid=''>
request: <SubRequest 'flipper_serial' for <Coroutine test_menu_option_list>>
finish pytest_fixture_setup --> <async_protopy.connectors.serial_connector.SerialConnector object at 0x10363f890> [hook]
pytest_fixture_setup [hook]
fixturedef: <FixtureDef argname='_session_event_loop' scope='session' baseid=''>
request: <SubRequest '_session_event_loop' for <Coroutine test_menu_option_list>>
finish pytest_fixture_setup --> <_UnixSelectorEventLoop running=False closed=False debug=False> [hook]
pytest_fixture_setup [hook]
fixturedef: <FixtureDef argname='nav' scope='session' baseid=''>
request: <SubRequest 'nav' for <Coroutine test_menu_option_list>>
early skip of rewriting module: PIL.BmpImagePlugin [assertion]
early skip of rewriting module: PIL.ImageFile [assertion]
early skip of rewriting module: PIL.ImagePalette [assertion]
early skip of rewriting module: PIL.GimpGradientFile [assertion]
early skip of rewriting module: PIL.GimpPaletteFile [assertion]
early skip of rewriting module: PIL.PaletteFile [assertion]
early skip of rewriting module: PIL.GifImagePlugin [assertion]
early skip of rewriting module: PIL.ImageChops [assertion]
early skip of rewriting module: PIL.ImageSequence [assertion]
early skip of rewriting module: PIL.JpegImagePlugin [assertion]
early skip of rewriting module: PIL.JpegPresets [assertion]
early skip of rewriting module: PIL.PpmImagePlugin [assertion]
early skip of rewriting module: PIL.PngImagePlugin [assertion]
finish pytest_fixture_setup --> <flippigator.flippigator.Navigator object at 0x104077390> [hook]
pytest_fixture_setup [hook]
fixturedef: <FixtureDef argname='event_loop' scope='session' baseid=''>
request: <SubRequest 'event_loop' for <Coroutine test_menu_option_list>>
finish pytest_fixture_setup --> <_UnixSelectorEventLoop running=False closed=False debug=False> [hook]
finish pytest_runtest_setup --> [] [hook]
pytest_runtest_makereport [hook]
item: <Coroutine test_menu_option_list>
call: <CallInfo when='setup' result: []>
finish pytest_runtest_makereport --> <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='setup' outcome='passed'> [hook]
pytest_runtest_logreport [hook]
report: <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='setup' outcome='passed'>
pytest_report_teststatus [hook]
report: <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='setup' outcome='passed'>
config: <_pytest.config.Config object at 0x10359ef10>
finish pytest_report_teststatus --> ('', '', '') [hook]
finish pytest_runtest_logreport --> [] [hook]
pytest_runtest_call [hook]
item: <Coroutine test_menu_option_list>
pytest_pyfunc_call [hook]
pyfuncitem: <Coroutine test_menu_option_list>
finish pytest_pyfunc_call --> True [hook]
finish pytest_runtest_call --> [] [hook]
pytest_runtest_makereport [hook]
item: <Coroutine test_menu_option_list>
call: <CallInfo when='call' result: []>
finish pytest_runtest_makereport --> <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='call' outcome='passed'> [hook]
pytest_runtest_logreport [hook]
report: <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='call' outcome='passed'>
pytest_report_teststatus [hook]
report: <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='call' outcome='passed'>
config: <_pytest.config.Config object at 0x10359ef10>
finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook]
finish pytest_runtest_logreport --> [] [hook]
pytest_runtest_teardown [hook]
item: <Coroutine test_menu_option_list>
nextitem: None
pytest_fixture_post_finalizer [hook]
fixturedef: <FixtureDef argname='event_loop' scope='session' baseid=''>
request: <SubRequest 'event_loop' for <Coroutine test_menu_option_list>>
finish pytest_fixture_post_finalizer --> [] [hook]
pytest_fixture_post_finalizer [hook]
fixturedef: <FixtureDef argname='nav' scope='session' baseid=''>
request: <SubRequest 'nav' for <Coroutine test_menu_option_list>>
finish pytest_fixture_post_finalizer --> [] [hook]
pytest_fixture_post_finalizer [hook]
fixturedef: <FixtureDef argname='nav' scope='session' baseid=''>
request: <SubRequest 'nav' for <Coroutine test_menu_option_list>>
finish pytest_fixture_post_finalizer --> [] [hook]
pytest_fixture_post_finalizer [hook]
fixturedef: <FixtureDef argname='_session_event_loop' scope='session' baseid=''>
request: <SubRequest '_session_event_loop' for <Coroutine test_menu_option_list>>
finish pytest_fixture_post_finalizer --> [] [hook]
pytest_fixture_post_finalizer [hook]
fixturedef: <FixtureDef argname='nav' scope='session' baseid=''>
request: <SubRequest 'nav' for <Coroutine test_menu_option_list>>
finish pytest_fixture_post_finalizer --> [] [hook]
pytest_fixture_post_finalizer [hook]
fixturedef: <FixtureDef argname='flipper_serial' scope='session' baseid=''>
request: <SubRequest 'flipper_serial' for <Coroutine test_menu_option_list>>
finish pytest_fixture_post_finalizer --> [] [hook]
pytest_fixture_post_finalizer [hook]
fixturedef: <FixtureDef argname='_session_event_loop' scope='session' baseid=''>
request: <SubRequest '_session_event_loop' for <Coroutine test_menu_option_list>>
finish pytest_fixture_post_finalizer --> [] [hook]
pytest_fixture_post_finalizer [hook]
fixturedef: <FixtureDef argname='event_loop_policy' scope='session' baseid=''>
request: <SubRequest 'event_loop_policy' for <Coroutine test_menu_option_list>>
finish pytest_fixture_post_finalizer --> [] [hook]
finish pytest_runtest_teardown --> [] [hook]
pytest_runtest_makereport [hook]
item: <Coroutine test_menu_option_list>
call: <CallInfo when='teardown' result: []>
finish pytest_runtest_makereport --> <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='teardown' outcome='passed'> [hook]
pytest_runtest_logreport [hook]
report: <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='teardown' outcome='passed'>
pytest_report_teststatus [hook]
report: <TestReport 'testing/test_desktop.py::TestMain::test_menu_option_list' when='teardown' outcome='passed'>
config: <_pytest.config.Config object at 0x10359ef10>
finish pytest_report_teststatus --> ('', '', '') [hook]
finish pytest_runtest_logreport --> [] [hook]
pytest_runtest_logfinish [hook]
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
location: ('testing/test_desktop.py', 23, 'TestMain.test_menu_option_list')
finish pytest_runtest_logfinish --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('The event_loop fixture provided by pytest-asyncio has been redefined in\n/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/conftest.py:29\nReplacing the event_loop fixture with a custom implementation is deprecated\nand will lead to errors in the future.\nIf you want to request an asyncio event loop with a scope other than function\nscope, use the "scope" argument to the asyncio mark when marking the tests.\nIf you want to return different types of event loops, use the event_loop_policy\nfixture.\n'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/venv/lib/python3.11/site-packages/pytest_asyncio/plugin.py', lineno : 759, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
pytest_warning_recorded [hook]
warning_message: {message : DeprecationWarning('getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.'), category : 'DeprecationWarning', filename : '/Users/gleb/PycharmProjects/firmware-copy/scripts/flippigator/flippigator/flippigator.py', lineno : 155, line : None}
nodeid: testing/test_desktop.py::TestMain::test_menu_option_list
when: runtest
location: None
finish pytest_warning_recorded --> [] [hook]
finish pytest_runtest_protocol --> True [hook]
finish pytest_runtestloop --> True [hook]
pytest_sessionfinish [hook]
session: <Session flippigator exitstatus=0 testsfailed=0 testscollected=1>
exitstatus: 0
pytest_terminal_summary [hook]
terminalreporter: <_pytest.terminal.TerminalReporter object at 0x12da08410>
exitstatus: 0
config: <_pytest.config.Config object at 0x10359ef10>
finish pytest_terminal_summary --> [] [hook]
finish pytest_sessionfinish --> [] [hook]
pytest_unconfigure [hook]
config: <_pytest.config.Config object at 0x10359ef10>
finish pytest_unconfigure --> [] [hook]