CSCI-GA-2820-SP23-001 / shopcarts

This repository contains the shopcarts service
Apache License 2.0
0 stars 1 forks source link

fixed model in shopcarts_steps #99

Closed ctn8176 closed 1 year ago

ctn8176 commented 1 year ago

you should be able to run behave tool now. you can do this by:

  1. run honcho start
  2. open new bash shell and run behave
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.55 :tada:

Comparison is base (7214404) 94.89% compared to head (0c77ad5) 95.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #99 +/- ## ========================================== + Coverage 94.89% 95.44% +0.55% ========================================== Files 8 9 +1 Lines 372 395 +23 ========================================== + Hits 353 377 +24 + Misses 19 18 -1 ``` | [Impacted Files](https://codecov.io/gh/CSCI-GA-2820-SP23-001/shopcarts/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001) | Coverage Δ | | |---|---|---| | [service/common/\_\_init\_\_.py](https://codecov.io/gh/CSCI-GA-2820-SP23-001/shopcarts/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001#diff-c2VydmljZS9jb21tb24vX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [service/common/status.py](https://codecov.io/gh/CSCI-GA-2820-SP23-001/shopcarts/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001#diff-c2VydmljZS9jb21tb24vc3RhdHVzLnB5) | `100.00% <100.00%> (ø)` | | | [service/config.py](https://codecov.io/gh/CSCI-GA-2820-SP23-001/shopcarts/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001#diff-c2VydmljZS9jb25maWcucHk=) | `100.00% <100.00%> (ø)` | | | [service/routes.py](https://codecov.io/gh/CSCI-GA-2820-SP23-001/shopcarts/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001#diff-c2VydmljZS9yb3V0ZXMucHk=) | `95.71% <100.00%> (+0.71%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

nyu-kaitlyn commented 1 year ago

Not sure why, but I had to reinstall some plugins to get the cr and ks commands to work. You can do so with: curl -sL https://ibm.biz/idt-installer | bash

After running this command, I ran: make login make build honcho start

(in new terminal) behave

And the test cases successfully executed