Skip to content

chore(deps-dev): bump requests from 2.31.0 to 2.32.2 (#32) #153

chore(deps-dev): bump requests from 2.31.0 to 2.32.2 (#32)

chore(deps-dev): bump requests from 2.31.0 to 2.32.2 (#32) #153

GitHub Actions / Test Results succeeded Nov 11, 2024 in 0s

All 30 tests pass in 0s

30 tests  ±0   30 ✅ ±0   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 4c1727f. ± Comparison against earlier commit 0c5e3d0.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

30 tests found

There are 30 tests, see "Raw output" for the full list of tests.
Raw output
src.tests.test_either.TestEither ‑ test_bind_returns_expected_results
src.tests.test_either.TestEither ‑ test_chain_returns_expected_results
src.tests.test_either.TestEither ‑ test_creation_of_either_with_left_returns_expected_results
src.tests.test_either.TestEither ‑ test_creation_of_either_with_right_returns_expected_results
src.tests.test_either.TestEither ‑ test_discard_returns_expected_results
src.tests.test_either.TestEither ‑ test_either_objects_compare_correctly
src.tests.test_either.TestEither ‑ test_either_returns_expected_results
src.tests.test_either.TestEither ‑ test_fmap_returns_expected_results
src.tests.test_either.TestEither ‑ test_map_left_returns_expected_results
src.tests.test_either.TestEither ‑ test_more_specific_type_is_allowed
src.tests.test_either.TestEither ‑ test_replace_returns_expected_results
src.tests.test_either.TestEither ‑ test_rights_and_lefts_return_expected_results
src.tests.test_either.TestEither ‑ test_to_maybe_returns_expected_results
src.tests.test_either.TestEither ‑ test_to_optional_returns_expected_results
src.tests.test_either.TestEither ‑ test_to_str
src.tests.test_maybe.TestMaybe ‑ test_bind_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_built_in_falsy_objects_other_than_none_return_just
src.tests.test_maybe.TestMaybe ‑ test_chain_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_creation_of_maybe_with_none_returns_nothing
src.tests.test_maybe.TestMaybe ‑ test_creation_of_maybe_with_value_returns_just
src.tests.test_maybe.TestMaybe ‑ test_discard_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_fmap_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_from_maybe_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_is_nothing_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_maybe_objects_compare_correctly
src.tests.test_maybe.TestMaybe ‑ test_maybe_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_more_specific_type_is_allowed
src.tests.test_maybe.TestMaybe ‑ test_replace_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_to_optional_returns_expected_results
src.tests.test_maybe.TestMaybe ‑ test_to_str