py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest --cov ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 137 items tests/test_asyncio.py::test_datetime_in_coroutine PASSED tests/test_asyncio.py::test_freezing_time_in_coroutine PASSED tests/test_asyncio.py::test_freezing_time_before_running_coroutine PASSED tests/test_asyncio.py::test_asyncio_sleeping_not_affected_by_freeze_time PASSED tests/test_asyncio.py::test_asyncio_to_call_later_with_frozen_time PASSED tests/test_class_import.py::test_import_datetime_works PASSED tests/test_class_import.py::test_import_date_works PASSED tests/test_class_import.py::test_import_time PASSED tests/test_class_import.py::test_start_and_stop_works PASSED tests/test_class_import.py::test_isinstance_works PASSED tests/test_class_import.py::test_issubclass_works PASSED tests/test_class_import.py::test_fake_uses_real_when_ignored PASSED tests/test_class_import.py::test_can_ignore_email_module PASSED tests/test_class_import.py::test_avoid_replacing_equal_to_anything PASSED tests/test_class_import.py::test_import_localtime PASSED tests/test_class_import.py::test_fake_gmtime_function PASSED tests/test_class_import.py::test_fake_strftime_function PASSED tests/test_class_import.py::test_import_after_start PASSED tests/test_class_import.py::test_none_as_initial PASSED tests/test_configure.py::test_default_ignore_list_is_overridden[ignorelist0] PASSED tests/test_configure.py::test_default_ignore_list_is_overridden[ignorelist1] PASSED tests/test_configure.py::test_extend_default_ignore_list[ignorelist0] PASSED tests/test_configure.py::test_extend_default_ignore_list[ignorelist1] PASSED tests/test_configure.py::test_extend_default_ignore_list_duplicate_items PASSED tests/test_datetimes.py::test_simple_api PASSED tests/test_datetimes.py::test_tz_offset PASSED tests/test_datetimes.py::test_timestamp_tz_offset PASSED tests/test_datetimes.py::test_timedelta_tz_offset PASSED tests/test_datetimes.py::test_tz_offset_with_today PASSED tests/test_datetimes.py::test_zero_tz_offset_with_time PASSED tests/test_datetimes.py::test_tz_offset_with_time PASSED tests/test_datetimes.py::test_time_with_microseconds PASSED tests/test_datetimes.py::test_time_with_dst PASSED tests/test_datetimes.py::test_manual_increment PASSED tests/test_datetimes.py::test_move_to PASSED tests/test_datetimes.py::test_bad_time_argument PASSED tests/test_datetimes.py::test_time_monotonic[monotonic-True-1.0] PASSED tests/test_datetimes.py::test_time_monotonic[monotonic_ns-True-1000000000] PASSED tests/test_datetimes.py::test_time_monotonic[perf_counter-True-1.0] PASSED tests/test_datetimes.py::test_time_monotonic[perf_counter_ns-True-1000000000] PASSED tests/test_datetimes.py::test_time_gmtime PASSED tests/test_datetimes.py::test_time_clock SKIPPED (time.clock was rem...) tests/test_datetimes.py::test_time_localtime PASSED tests/test_datetimes.py::test_strftime PASSED tests/test_datetimes.py::test_real_strftime_fall_through PASSED tests/test_datetimes.py::test_date_object PASSED tests/test_datetimes.py::test_old_date_object PASSED tests/test_datetimes.py::test_date_with_locale PASSED tests/test_datetimes.py::test_invalid_type PASSED tests/test_datetimes.py::test_datetime_object PASSED tests/test_datetimes.py::test_function_object PASSED tests/test_datetimes.py::test_lambda_object PASSED tests/test_datetimes.py::test_generator_object PASSED tests/test_datetimes.py::test_maya_datetimes SKIPPED (maya is option...) tests/test_datetimes.py::test_old_datetime_object PASSED tests/test_datetimes.py::test_datetime_with_locale PASSED tests/test_datetimes.py::test_decorator PASSED tests/test_datetimes.py::test_decorator_wrapped_attribute PASSED tests/test_datetimes.py::Tester::test_the_class PASSED tests/test_datetimes.py::Tester::test_still_the_same PASSED tests/test_datetimes.py::Tester::test_class_name_preserved_by_decorator PASSED tests/test_datetimes.py::Tester::test_class_decorator_ignores_nested_class PASSED tests/test_datetimes.py::Tester::test_class_decorator_wraps_callable_object_py3 PASSED tests/test_datetimes.py::Tester::test_class_decorator_respects_staticmethod PASSED tests/test_datetimes.py::test_nice_datetime PASSED tests/test_datetimes.py::test_datetime_date_method PASSED tests/test_datetimes.py::test_context_manager PASSED tests/test_datetimes.py::test_nested_context_manager PASSED tests/test_datetimes.py::test_nested_context_manager_with_tz_offsets PASSED tests/test_datetimes.py::test_isinstance_with_active PASSED tests/test_datetimes.py::test_isinstance_without_active PASSED tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest PASSED tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time PASSED tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func PASSED tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_hello PASSED tests/test_datetimes.py::TestUnitTestClassDecorator::test_class_decorator_works_on_unittest PASSED tests/test_datetimes.py::TestUnitTestClassDecorator::test_class_name_preserved_by_decorator PASSED tests/test_datetimes.py::TestUnitTestClassDecoratorWithNoSetUpOrTearDown::test_class_decorator_works_on_unittest PASSED tests/test_datetimes.py::TestUnitTestClassDecoratorSubclass::test_class_decorator_works_on_unittest PASSED tests/test_datetimes.py::TestUnitTestClassDecoratorSubclass::test_class_name_preserved_by_decorator PASSED tests/test_datetimes.py::UnfrozenInheritedTests::test_time_is_not_frozen PASSED tests/test_datetimes.py::FrozenInheritedTests::test_time_is_frozen PASSED tests/test_datetimes.py::TestOldStyleClasses::test_direct_method PASSED tests/test_datetimes.py::TestOldStyleClasses::test_inherited_method PASSED tests/test_datetimes.py::test_min_and_max PASSED tests/test_datetimes.py::test_freeze_with_timezone_aware_datetime_in_utc PASSED tests/test_datetimes.py::test_freeze_with_timezone_aware_datetime_in_non_utc PASSED tests/test_datetimes.py::test_time_with_nested PASSED tests/test_datetimes.py::test_monotonic_with_nested[monotonic] PASSED tests/test_datetimes.py::test_monotonic_with_nested[perf_counter] PASSED tests/test_datetimes.py::test_should_use_real_time PASSED tests/test_datetimes.py::test_time_ns PASSED tests/test_datetimes.py::test_time_ns_with_microseconds PASSED tests/test_datetimes.py::test_compare_datetime_and_time_with_timezone PASSED tests/test_datetimes.py::test_timestamp_with_tzoffset PASSED tests/test_datetimes.py::test_datetime_in_timezone SKIPPED (timezone...) tests/test_errors.py::test_ignore_errors_in_start[ImportError] PASSED tests/test_errors.py::test_ignore_errors_in_start[TypeError] PASSED tests/test_import_alias.py::test_datetime_alias PASSED tests/test_import_alias.py::test_time_alias PASSED tests/test_import_alias.py::TestCallOtherFuncInTestClassDecoratorWithAlias::test_calls_other_method PASSED tests/test_operations.py::test_addition PASSED tests/test_operations.py::test_subtraction PASSED tests/test_operations.py::test_datetime_timezone_none PASSED tests/test_operations.py::test_datetime_timezone_real PASSED tests/test_operations.py::test_datetime_timezone_real_with_offset PASSED tests/test_operations.py::test_astimezone PASSED tests/test_operations.py::test_astimezone_tz_none PASSED tests/test_operations.py::test_replace PASSED tests/test_operations.py::test_auto_tick PASSED tests/test_operations.py::test_auto_and_manual_tick[tick0-1.5] PASSED tests/test_operations.py::test_auto_and_manual_tick[1-1] PASSED tests/test_operations.py::test_auto_and_manual_tick[1.5-1.5] PASSED tests/test_operations.py::test_auto_and_manual_tick[tick3-1.5] PASSED tests/test_pickle.py::test_pickle PASSED tests/test_pickle.py::test_pickle_real_datetime PASSED tests/test_pickle.py::test_pickle_real_date PASSED tests/test_sqlite3.py::test_fake_datetime_select PASSED tests/test_sqlite3.py::test_fake_date_select PASSED tests/test_ticking.py::test_ticking_datetime PASSED tests/test_ticking.py::test_ticking_time_clock SKIPPED (time.clock w...) tests/test_ticking.py::test_ticking_date PASSED tests/test_ticking.py::test_ticking_time PASSED tests/test_ticking.py::test_ticking_tick PASSED tests/test_ticking.py::test_ticking_move_to PASSED tests/test_ticking.py::test_ticking_monotonic[monotonic] PASSED tests/test_ticking.py::test_ticking_monotonic[monotonic_ns] PASSED tests/test_ticking.py::test_ticking_monotonic[perf_counter] PASSED tests/test_ticking.py::test_ticking_monotonic[perf_counter_ns] PASSED tests/test_ticking.py::test_pypy_compat PASSED tests/test_ticking.py::test_non_pypy_compat PASSED tests/test_utils.py::test_should_not_skip_cpython PASSED tests/test_utils.py::test_should_skip_non_cpython PASSED tests/test_uuid.py::test_uuid1_future PASSED tests/test_uuid.py::test_uuid1_past PASSED tests/test_warnings.py::test_ignore_warnings_in_start PASSED tests/test_warnings.py::test_ignore_warnings_in_stop PASSED ======== 133 passed, 4 skipped ======== py$(PYV): OK congratulations :)