test_merge
Test the merge_contributors function.
TestMergeContributors
Source code in tests/test_merge.py
test_merge_contributors(contributor_1, contributor_2)
Test that the merge_contributors function merges contributors correctly.
Source code in tests/test_merge.py
test_merge_contributors_duplicate(contributor_1, contributor_1_duplicate, contributor_1_merged, contributor_2)
Test that the merge_contributors function merges contributors correctly.
Source code in tests/test_merge.py
contributor_in(contributor, contributor_list)
Check if a contributor appears in a list