fabric8-services / fabric8-wit

wit stands for Work Item Tracker
http://devdoc.almighty.io/
Apache License 2.0
45 stars 86 forks source link

Rearrage search repository blackbox tests #2322

Closed jarifibrahim closed 5 years ago

jarifibrahim commented 5 years ago

This PR

  1. Renames some tests from TestSearch.* to TestFilter.* because those tests are for filter and not search.
  2. Separate tests into TestFilter and TestFullTextSearch. Earlier they are all mixed up.

NOTE - This PR does not add/remove any test. This PR only renames and rearranges tests.

codecov[bot] commented 5 years ago

Codecov Report

Merging #2322 into master will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2322      +/-   ##
==========================================
+ Coverage   69.99%   70.04%   +0.04%     
==========================================
  Files         171      171              
  Lines       16610    16610              
==========================================
+ Hits        11626    11634       +8     
+ Misses       3861     3853       -8     
  Partials     1123     1123
Impacted Files Coverage Δ
remoteworkitem/scheduler.go 60.97% <0%> (+7.31%) :arrow_up:
remoteworkitem/jira.go 100% <0%> (+25%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e09b805...f38e105. Read the comment docs.