Skip to content

Test on released python 3.12 (#8) #12

Test on released python 3.12 (#8)

Test on released python 3.12 (#8) #12

GitHub Actions / test-pypypy3.9-on-macos-11 succeeded Oct 4, 2023 in 0s

test-pypypy3.9-on-macos-11 ✅

Tests passed successfully

✅ test_pypypy3.9_on_macos-11.xml

28 tests were completed in 955ms with 27 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
pytest 27✅ 1⚪ 955ms

✅ pytest

once_test.TestOnce
  ✅ test_closure_gc
  ✅ test_counter_works
  ✅ test_different_args_same_result
  ✅ test_different_fn_do_not_deadlock
  ✅ test_function_signature_preserved
  ✅ test_iterator
  ✅ test_lock_bypass
  ✅ test_once_not_allowed_on_method
  ✅ test_once_per_class
  ✅ test_once_per_class_classmethod
  ✅ test_once_per_class_not_allowed_on_classmethod
  ✅ test_once_per_class_not_allowed_on_staticmethod
  ✅ test_once_per_class_staticmethod
  ✅ test_once_per_instance
  ✅ test_once_per_instance_do_not_block_each_other
  ✅ test_once_per_instance_not_allowed_on_function
  ✅ test_threaded_multiple_functions
  ✅ test_threaded_single_function
once_test.TestOnceAsync
  ✅ test_fn_called_once
  ✅ test_inspect_func
  ✅ test_inspect_iterator
  ✅ test_iterator
  ✅ test_iterator_is_lazily_evaluted
  ⚪ test_iterator_lock_not_held_during_evaluation
  ✅ test_once_per_class
  ✅ test_once_per_class_classmethod
  ✅ test_once_per_class_staticmethod
  ✅ test_receiving_iterator