anhaidgroup / py_stringmatching

A comprehensive and scalable set of string tokenizers and similarity measures in Python
https://sites.google.com/site/anhaidgroup/projects/py_stringmatching
BSD 3-Clause "New" or "Revised" License
136 stars 16 forks source link

Enhanced test cases for similarity measures and tokenizers by splitti… #25

Open rishab93 opened 8 years ago

rishab93 commented 8 years ago

…ng the test cases for each similarity measure and tokenizer in a separate file.

Steps Followed to make these changes:

  1. 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.
  2. Removed the file test_simfunctions.py after moving the test cases of each similarity measure to a separate file.
  3. 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.
  4. Removed the file test_tokenizers.py after moving the test cases of each tokenizer to a separate file.
  5. Ran nosetets successfully.
  6. Committed on local branch.
  7. Raised a pull request.
coveralls commented 8 years ago

Coverage Status

Coverage decreased (-6.4%) to 93.588% when pulling a45a211d05403c7b2284f4cefead5cb36fa8a2d1 on rishab93:enhan_test_files into b568b6b4de8956250bcca3b45c69523d7ab1bfe3 on anhaidgroup:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e24599748c8508c4cf2ca9d42c3e62a86fcfdb2e on rishab93:enhan_test_files into b568b6b4de8956250bcca3b45c69523d7ab1bfe3 on anhaidgroup:master.