============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
collecting ... collected 6 items

tests/test_string.py::test_string_with_ascii_bytes PASSED
tests/test_string.py::test_string_with_utf8_bytes PASSED
tests/test_string.py::test_string_with_ascii_str PASSED
tests/test_string.py::test_string_with_utf8_str PASSED
tests/test_testscript.py::test_testscript PASSED
tests/test_testscript.py::test_bad_symlink PASSED

=============================== warnings summary ===============================
scripttest.py:58
  $(@D)/scripttest.py:58: PytestCollectionWarning: cannot collect test class 'TestFileEnvironment' because it has a __init__ constructor (from: tests/test_testscript.py)
    class TestFileEnvironment:

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 6 passed, 1 warning ========