1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest --cov
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 configfile: pyproject.toml
8 collecting ... collected 137 items
10 tests/test_asyncio.py::test_datetime_in_coroutine PASSED
11 tests/test_asyncio.py::test_freezing_time_in_coroutine PASSED
12 tests/test_asyncio.py::test_freezing_time_before_running_coroutine PASSED
13 tests/test_asyncio.py::test_asyncio_sleeping_not_affected_by_freeze_time PASSED
14 tests/test_asyncio.py::test_asyncio_to_call_later_with_frozen_time PASSED
15 tests/test_class_import.py::test_import_datetime_works PASSED
16 tests/test_class_import.py::test_import_date_works PASSED
17 tests/test_class_import.py::test_import_time PASSED
18 tests/test_class_import.py::test_start_and_stop_works PASSED
19 tests/test_class_import.py::test_isinstance_works PASSED
20 tests/test_class_import.py::test_issubclass_works PASSED
21 tests/test_class_import.py::test_fake_uses_real_when_ignored PASSED
22 tests/test_class_import.py::test_can_ignore_email_module PASSED
23 tests/test_class_import.py::test_avoid_replacing_equal_to_anything PASSED
24 tests/test_class_import.py::test_import_localtime PASSED
25 tests/test_class_import.py::test_fake_gmtime_function PASSED
26 tests/test_class_import.py::test_fake_strftime_function PASSED
27 tests/test_class_import.py::test_import_after_start PASSED
28 tests/test_class_import.py::test_none_as_initial PASSED
29 tests/test_configure.py::test_default_ignore_list_is_overridden[ignorelist0] PASSED
30 tests/test_configure.py::test_default_ignore_list_is_overridden[ignorelist1] PASSED
31 tests/test_configure.py::test_extend_default_ignore_list[ignorelist0] PASSED
32 tests/test_configure.py::test_extend_default_ignore_list[ignorelist1] PASSED
33 tests/test_configure.py::test_extend_default_ignore_list_duplicate_items PASSED
34 tests/test_datetimes.py::test_simple_api PASSED
35 tests/test_datetimes.py::test_tz_offset PASSED
36 tests/test_datetimes.py::test_timestamp_tz_offset PASSED
37 tests/test_datetimes.py::test_timedelta_tz_offset PASSED
38 tests/test_datetimes.py::test_tz_offset_with_today PASSED
39 tests/test_datetimes.py::test_zero_tz_offset_with_time PASSED
40 tests/test_datetimes.py::test_tz_offset_with_time PASSED
41 tests/test_datetimes.py::test_time_with_microseconds PASSED
42 tests/test_datetimes.py::test_time_with_dst PASSED
43 tests/test_datetimes.py::test_manual_increment PASSED
44 tests/test_datetimes.py::test_move_to PASSED
45 tests/test_datetimes.py::test_bad_time_argument PASSED
46 tests/test_datetimes.py::test_time_monotonic[monotonic-True-1.0] PASSED
47 tests/test_datetimes.py::test_time_monotonic[monotonic_ns-True-1000000000] PASSED
48 tests/test_datetimes.py::test_time_monotonic[perf_counter-True-1.0] PASSED
49 tests/test_datetimes.py::test_time_monotonic[perf_counter_ns-True-1000000000] PASSED
50 tests/test_datetimes.py::test_time_gmtime PASSED
51 tests/test_datetimes.py::test_time_clock SKIPPED (time.clock was rem...)
52 tests/test_datetimes.py::test_time_localtime PASSED
53 tests/test_datetimes.py::test_strftime PASSED
54 tests/test_datetimes.py::test_real_strftime_fall_through PASSED
55 tests/test_datetimes.py::test_date_object PASSED
56 tests/test_datetimes.py::test_old_date_object PASSED
57 tests/test_datetimes.py::test_date_with_locale PASSED
58 tests/test_datetimes.py::test_invalid_type PASSED
59 tests/test_datetimes.py::test_datetime_object PASSED
60 tests/test_datetimes.py::test_function_object PASSED
61 tests/test_datetimes.py::test_lambda_object PASSED
62 tests/test_datetimes.py::test_generator_object PASSED
63 tests/test_datetimes.py::test_maya_datetimes SKIPPED (maya is option...)
64 tests/test_datetimes.py::test_old_datetime_object PASSED
65 tests/test_datetimes.py::test_datetime_with_locale PASSED
66 tests/test_datetimes.py::test_decorator PASSED
67 tests/test_datetimes.py::test_decorator_wrapped_attribute PASSED
68 tests/test_datetimes.py::Tester::test_the_class PASSED
69 tests/test_datetimes.py::Tester::test_still_the_same PASSED
70 tests/test_datetimes.py::Tester::test_class_name_preserved_by_decorator PASSED
71 tests/test_datetimes.py::Tester::test_class_decorator_ignores_nested_class PASSED
72 tests/test_datetimes.py::Tester::test_class_decorator_wraps_callable_object_py3 PASSED
73 tests/test_datetimes.py::Tester::test_class_decorator_respects_staticmethod PASSED
74 tests/test_datetimes.py::test_nice_datetime PASSED
75 tests/test_datetimes.py::test_datetime_date_method PASSED
76 tests/test_datetimes.py::test_context_manager PASSED
77 tests/test_datetimes.py::test_nested_context_manager PASSED
78 tests/test_datetimes.py::test_nested_context_manager_with_tz_offsets PASSED
79 tests/test_datetimes.py::test_isinstance_with_active PASSED
80 tests/test_datetimes.py::test_isinstance_without_active PASSED
81 tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest PASSED
82 tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time PASSED
83 tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func PASSED
84 tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_hello PASSED
85 tests/test_datetimes.py::TestUnitTestClassDecorator::test_class_decorator_works_on_unittest PASSED
86 tests/test_datetimes.py::TestUnitTestClassDecorator::test_class_name_preserved_by_decorator PASSED
87 tests/test_datetimes.py::TestUnitTestClassDecoratorWithNoSetUpOrTearDown::test_class_decorator_works_on_unittest PASSED
88 tests/test_datetimes.py::TestUnitTestClassDecoratorSubclass::test_class_decorator_works_on_unittest PASSED
89 tests/test_datetimes.py::TestUnitTestClassDecoratorSubclass::test_class_name_preserved_by_decorator PASSED
90 tests/test_datetimes.py::UnfrozenInheritedTests::test_time_is_not_frozen PASSED
91 tests/test_datetimes.py::FrozenInheritedTests::test_time_is_frozen PASSED
92 tests/test_datetimes.py::TestOldStyleClasses::test_direct_method PASSED
93 tests/test_datetimes.py::TestOldStyleClasses::test_inherited_method PASSED
94 tests/test_datetimes.py::test_min_and_max PASSED
95 tests/test_datetimes.py::test_freeze_with_timezone_aware_datetime_in_utc PASSED
96 tests/test_datetimes.py::test_freeze_with_timezone_aware_datetime_in_non_utc PASSED
97 tests/test_datetimes.py::test_time_with_nested PASSED
98 tests/test_datetimes.py::test_monotonic_with_nested[monotonic] PASSED
99 tests/test_datetimes.py::test_monotonic_with_nested[perf_counter] PASSED
100 tests/test_datetimes.py::test_should_use_real_time PASSED
101 tests/test_datetimes.py::test_time_ns PASSED
102 tests/test_datetimes.py::test_time_ns_with_microseconds PASSED
103 tests/test_datetimes.py::test_compare_datetime_and_time_with_timezone PASSED
104 tests/test_datetimes.py::test_timestamp_with_tzoffset PASSED
105 tests/test_datetimes.py::test_datetime_in_timezone SKIPPED (timezone...)
106 tests/test_errors.py::test_ignore_errors_in_start[ImportError] PASSED
107 tests/test_errors.py::test_ignore_errors_in_start[TypeError] PASSED
108 tests/test_import_alias.py::test_datetime_alias PASSED
109 tests/test_import_alias.py::test_time_alias PASSED
110 tests/test_import_alias.py::TestCallOtherFuncInTestClassDecoratorWithAlias::test_calls_other_method PASSED
111 tests/test_operations.py::test_addition PASSED
112 tests/test_operations.py::test_subtraction PASSED
113 tests/test_operations.py::test_datetime_timezone_none PASSED
114 tests/test_operations.py::test_datetime_timezone_real PASSED
115 tests/test_operations.py::test_datetime_timezone_real_with_offset PASSED
116 tests/test_operations.py::test_astimezone PASSED
117 tests/test_operations.py::test_astimezone_tz_none PASSED
118 tests/test_operations.py::test_replace PASSED
119 tests/test_operations.py::test_auto_tick PASSED
120 tests/test_operations.py::test_auto_and_manual_tick[tick0-1.5] PASSED
121 tests/test_operations.py::test_auto_and_manual_tick[1-1] PASSED
122 tests/test_operations.py::test_auto_and_manual_tick[1.5-1.5] PASSED
123 tests/test_operations.py::test_auto_and_manual_tick[tick3-1.5] PASSED
124 tests/test_pickle.py::test_pickle PASSED
125 tests/test_pickle.py::test_pickle_real_datetime PASSED
126 tests/test_pickle.py::test_pickle_real_date PASSED
127 tests/test_sqlite3.py::test_fake_datetime_select PASSED
128 tests/test_sqlite3.py::test_fake_date_select PASSED
129 tests/test_ticking.py::test_ticking_datetime PASSED
130 tests/test_ticking.py::test_ticking_time_clock SKIPPED (time.clock w...)
131 tests/test_ticking.py::test_ticking_date PASSED
132 tests/test_ticking.py::test_ticking_time PASSED
133 tests/test_ticking.py::test_ticking_tick PASSED
134 tests/test_ticking.py::test_ticking_move_to PASSED
135 tests/test_ticking.py::test_ticking_monotonic[monotonic] PASSED
136 tests/test_ticking.py::test_ticking_monotonic[monotonic_ns] PASSED
137 tests/test_ticking.py::test_ticking_monotonic[perf_counter] PASSED
138 tests/test_ticking.py::test_ticking_monotonic[perf_counter_ns] PASSED
139 tests/test_ticking.py::test_pypy_compat PASSED
140 tests/test_ticking.py::test_non_pypy_compat PASSED
141 tests/test_utils.py::test_should_not_skip_cpython PASSED
142 tests/test_utils.py::test_should_skip_non_cpython PASSED
143 tests/test_uuid.py::test_uuid1_future PASSED
144 tests/test_uuid.py::test_uuid1_past PASSED
145 tests/test_warnings.py::test_ignore_warnings_in_start PASSED
146 tests/test_warnings.py::test_ignore_warnings_in_stop PASSED
149 ======== 133 passed, 4 skipped ========