Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check documentation against test scripts #8

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

pauloscustodio
Copy link
Contributor

Checked all function/method calls in the documentation and added test cases for the missing ones.

The tests for print_subset_char() only checked for the correct header.
Replaced by tests to verify whole function output.
The tests for print_equivalence_chart() only checked for the correct header.
Replaced by tests to verify whole function output.
The tests for get_version() were only checking for a true return value.
Modify to test the return against the expected $List::Compare::VERSION
The tests for print_subset_char() only checked for the correct header.
Replaced by tests to verify whole function output.
The tests for print_equivalence_chart() only checked for the correct header.
Replaced by tests to verify whole function output.
Not all functional interface functions were tested with both -u and --unsorted.
Added tests for both -u and --unsorted options.
Left "wrong" indentation in the previuous commit to better show the differences added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant