============================= test session starts ==============================
platform linux -- Python 3.10.0, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/build/python-senf/src/python-senf-1.5.0/.hypothesis/examples')
rootdir: /build/python-senf/src/python-senf-1.5.0
plugins: hypothesis-6.17.0
collecting ... collected 64 items / 2 deselected / 62 selected

tests/test_api.py::test__get_encoding PASSED                             [  1%]
tests/test_api.py::test_expanduser_simple PASSED                         [  3%]
tests/test_api.py::test_ansi_matching PASSED                             [  4%]
tests/test_api.py::test_set_windows_env_var SKIPPED (win+py2 only)       [  6%]
tests/test_api.py::test_get_windows_env_var SKIPPED (win+py2 only)       [  8%]
tests/test_api.py::test_del_windows_env_var SKIPPED (win+py2 only)       [  9%]
tests/test_api.py::test_print PASSED                                     [ 11%]
tests/test_api.py::test_print_windows SKIPPED (win only)                 [ 12%]
tests/test_api.py::test_print_defaults_none PASSED                       [ 14%]
tests/test_api.py::test_print_ansi PASSED                                [ 16%]
tests/test_api.py::test_print_anything PASSED                            [ 17%]
tests/test_api.py::test_print_error PASSED                               [ 19%]
tests/test_api.py::test_win_cp_encodings SKIPPED (windows only)          [ 20%]
tests/test_api.py::test_print_strict_strio PASSED                        [ 22%]
tests/test_api.py::test_print_real PASSED                                [ 24%]
tests/test_api.py::test_print_capture PASSED                             [ 25%]
tests/test_api.py::test_print_py3_stringio PASSED                        [ 27%]
tests/test_api.py::test_input PASSED                                     [ 29%]
tests/test_api.py::test_input_prompt PASSED                              [ 30%]
tests/test_api.py::test_version PASSED                                   [ 32%]
tests/test_api.py::test_version_string PASSED                            [ 33%]
tests/test_api.py::test_fsnative PASSED                                  [ 35%]
tests/test_api.py::test_path2fsn PASSED                                  [ 37%]
tests/test_api.py::test_path2fsn_pathlike PASSED                         [ 38%]
tests/test_api.py::test_fsn2text PASSED                                  [ 40%]
tests/test_api.py::test_fsn2text_strict PASSED                           [ 41%]
tests/test_api.py::test_text2fsn PASSED                                  [ 43%]
tests/test_api.py::test_fsn2bytes PASSED                                 [ 45%]
tests/test_api.py::test_fsn2bytes_surrogate_pairs SKIPPED (win only)     [ 46%]
tests/test_api.py::test_fsn2bytes_wtf8 SKIPPED (win only)                [ 48%]
tests/test_api.py::test_fsn2bytes_ill_formed_utf16 SKIPPED (win only)    [ 50%]
tests/test_api.py::test_surrogates PASSED                                [ 51%]
tests/test_api.py::test_bytes2fsn PASSED                                 [ 53%]
tests/test_api.py::test_constants PASSED                                 [ 54%]
tests/test_api.py::test_argv PASSED                                      [ 56%]
tests/test_api.py::test_argv_change PASSED                               [ 58%]
tests/test_api.py::test_getcwd PASSED                                    [ 59%]
tests/test_api.py::test_environ PASSED                                   [ 61%]
tests/test_api.py::test_environ_case PASSED                              [ 62%]
tests/test_api.py::test_environ_mirror SKIPPED (win only)                [ 64%]
tests/test_api.py::test_getenv PASSED                                    [ 66%]
tests/test_api.py::test_unsetenv PASSED                                  [ 67%]
tests/test_api.py::test_putenv PASSED                                    [ 69%]
tests/test_api.py::test_uri2fsn PASSED                                   [ 70%]
tests/test_api.py::test_fsn2uri PASSED                                   [ 72%]
tests/test_api.py::test_uri_roundtrip PASSED                             [ 74%]
tests/test_api.py::test_mkdtemp PASSED                                   [ 75%]
tests/test_api.py::test_test_mkstemp PASSED                              [ 77%]
tests/test_api.py::test_expandvars PASSED                                [ 79%]
tests/test_api.py::test_expandvars_case PASSED                           [ 80%]
tests/test_api.py::test_python_handling_broken_utf16 PASSED              [ 82%]
tests/test_api.py::test_fsn2norm PASSED                                  [ 83%]
tests/test_api.py::test_supports_ansi_escape_codes PASSED                [ 85%]
tests/test_hypo.py::test_any_pathnames PASSED                            [ 87%]
tests/test_hypo.py::test_any_normalize PASSED                            [ 88%]
tests/test_hypo.py::test_any_filenames PASSED                            [ 90%]
tests/test_hypo.py::test_print PASSED                                    [ 91%]
tests/test_hypo.py::test_print_bytes PASSED                              [ 93%]
tests/test_hypo.py::test_fsnative PASSED                                 [ 95%]
tests/test_hypo.py::test_text2fsn PASSED                                 [ 96%]
tests/test_hypo.py::test_text_fsn_roudntrip PASSED                       [ 98%]
tests/test_hypo.py::test_bytes PASSED                                    [100%]

================= 53 passed, 9 skipped, 2 deselected in 3.79s ==================
