Reorganize codemeta-related functions and tests.
The codemeta module was missing 'merge_values' even though it was the logical place, and its tests were scattered around multiple other modules' tests. This commit moves all these in codemeta.py and test_codemeta.py.
Showing
- swh/indexer/codemeta.py 34 additions, 0 deletionsswh/indexer/codemeta.py
- swh/indexer/metadata_dictionary/base.py 1 addition, 35 deletionsswh/indexer/metadata_dictionary/base.py
- swh/indexer/tests/test_codemeta.py 158 additions, 0 deletionsswh/indexer/tests/test_codemeta.py
- swh/indexer/tests/test_metadata.py 1 addition, 165 deletionsswh/indexer/tests/test_metadata.py
Loading