At this point the website now actually functions and the tests are roughly written out. I am going to add a bunch of issues that all of us should probably work on in the issues section(they are TODO in code). I am going to add some minor commits to the pull request(integration test, failure report ect). While in the last assignment the site past all the unit tests, I did a random monkey test and the buy/sell/update functionality was not implemented so that was the functionality I implemented.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
[x] Add Test (feature that tests for a test case)
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[ ] R1 - /login
[ ] R2 - /register
[ ] R3 - /
[x] R4 - /sell
[x] R5 - /update
[x] R6 - /buy
[ ] R7 - /logout
[ ] R8 - /*
Test Configuration:
Firmware version: Pytest version 5.2.2
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
At this point the website now actually functions and the tests are roughly written out. I am going to add a bunch of issues that all of us should probably work on in the issues section(they are TODO in code). I am going to add some minor commits to the pull request(integration test, failure report ect). While in the last assignment the site past all the unit tests, I did a random monkey test and the buy/sell/update functionality was not implemented so that was the functionality I implemented.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: