…ng the test cases for each similarity measure and tokenizer in a separate file.
Steps Followed to make these changes:
Made a separate file for test cases of each similarity measure, and moved the test cases of that similarity measure from test_simfunctions.py to that particular file.
Removed the file test_simfunctions.py after moving the test cases of each similarity measure to a separate file.
Made a separate file for test cases of each tokenizer, and moved the test cases of that tokenizer from test_tokenizers.py to that particular file.
Removed the file test_tokenizers.py after moving the test cases of each tokenizer to a separate file.
Coverage decreased (-6.4%) to 93.588% when pulling a45a211d05403c7b2284f4cefead5cb36fa8a2d1 on rishab93:enhan_test_files into b568b6b4de8956250bcca3b45c69523d7ab1bfe3 on anhaidgroup:master.
Coverage remained the same at 100.0% when pulling e24599748c8508c4cf2ca9d42c3e62a86fcfdb2e on rishab93:enhan_test_files into b568b6b4de8956250bcca3b45c69523d7ab1bfe3 on anhaidgroup:master.
…ng the test cases for each similarity measure and tokenizer in a separate file.
Steps Followed to make these changes: