NYU-DevOps-Charlie-CSCI-GA-3033-013 / products

Product Team for CSCI-GA.3033-013
http://nyu-lab-bluemix-charlie-products.mybluemix.net/
1 stars 1 forks source link

BDD tests for searching for product #50

Closed mansivirani closed 7 years ago

mansivirani commented 7 years ago

Hi, so this commit contains all that is to be done for BDD. Please review it and if fine, merge it so that we are done with BDD. In case of any issue, let me know. Thanks.

codecov[bot] commented 7 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   22.01%   22.01%           
=======================================
  Files           1        1           
  Lines         159      159           
=======================================
  Hits           35       35           
  Misses        124      124
Impacted Files Coverage Δ
server.py 22.01% <0%> (ø) :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 3e2fb47...20287da. Read the comment docs.

ephraimrosenfeld commented 7 years ago

I've corrected the naming convention of the initialize_redis() method used by the application code.