Skip to content

Conversation

@Chain-Frost
Copy link
Owner

Summary

  • add focused unit tests for split_strings covering string, list, pre-split and empty inputs
  • exercise split_strings_in_dict to confirm mixed input normalisation and stability of pre-split values
  • expose an aggregate alias so pytest tests/functions/test_misc_functions.py::test_split_strings* executes the relevant checks

Testing

  • pytest tests/functions/test_misc_functions.py::test_split_strings*
  • pytest tests/functions/test_misc_functions.py

https://chatgpt.com/codex/tasks/task_e_68e5b864fde4832eae7766b889edfea2

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

@codex review

@Chain-Frost Chain-Frost merged commit 36bdd7e into codex/review-python-libraries-for-tests Nov 16, 2025
1 check passed
Chain-Frost added a commit that referenced this pull request Nov 16, 2025
* Outline testing review tasks

* Add tests for ConditionalFormatter formatting behavior

* Add tests for calculate_pool_size

* Add tests for ensure_output_directory

* Add parameterized tests for is_non_zero_file

* Add tests for path_stuff utilities

* Expand automated backlog inventory tasks (#57)

* Merge pull request #56 from Chain-Frost:codex/add-tests-for-path_stuff-functions

[tests] Add coverage for path_stuff utilities

* Merge pull request #55 from Chain-Frost:codex/add-parametrized-tests-for-is_non_zero_file

[tests] Add coverage for is_non_zero_file helper

* Merge branch 'codex/review-python-libraries-for-tests' into codex/add-pytest-cases-for-ensure_output_directory

* Merge pull request #54 from Chain-Frost:codex/add-pytest-cases-for-ensure_output_directory

[tests] Add coverage for ensure_output_directory

* Merge pull request #53 from Chain-Frost:codex/add-pytest-cases-for-calculate_pool_size

[tests] Add coverage for calculate_pool_size

* [tests] Add coverage for misc string splitting helpers (#52)

* Add misc string splitting unit tests

* Merge branch 'codex/review-python-libraries-for-tests' into codex/add-pytest-cases-for-split_strings-functions

* Merge pull request #51 from Chain-Frost:codex/add-tests-for-conditionalformatter

[tests] Add coverage for ConditionalFormatter formatting

* Add tests for safe_apply return and exception handling (#50)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants