We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide HTTP support to integration tests so that we can test the website, global pathfinding and network system.
Inputs we are sending to the website Based on the design specification the following tasks needs to be completed.
HTTP_MSG_PLACEHOLDER_TYPE
_set_input
__set_expected_outputs
e_http_outputs
__http_output
Further details on what to implement are documented in the integration test and are highlighted in red.
https://ubcsailbot.atlassian.net/wiki/x/BYAQdw -https://docs.google.com/presentation/d/1MbQIYDGC7AJXfx7nXWCfN5mV05KjVGN8kzL3lWUZFq0/edit#slide=id.g2aec88c2840_0_18
https://ubcsailbot.atlassian.net/wiki/spaces/prjt22/pages/1907589126/Database+Schemas
https://github.com/UBCSailbot/website/tree/main/models
https://www.mongodb.com/languages/python
The text was updated successfully, but these errors were encountered:
FireBoyAJ24
Successfully merging a pull request may close this issue.
Purpose
Provide HTTP support to integration tests so that we can test the website, global pathfinding and network system.
Description
Inputs we are sending to the website
Based on the design specification the following tasks needs to be completed.
HTTP_MSG_PLACEHOLDER_TYPE
type_set_input
with the HTTP inputs__set_expected_outputs
with the HTTP expected outputse_http_outputs
and adds it to__http_output
Further details on what to implement are documented in the integration test and are highlighted in red.
Resources
https://ubcsailbot.atlassian.net/wiki/x/BYAQdw
-https://docs.google.com/presentation/d/1MbQIYDGC7AJXfx7nXWCfN5mV05KjVGN8kzL3lWUZFq0/edit#slide=id.g2aec88c2840_0_18
https://ubcsailbot.atlassian.net/wiki/spaces/prjt22/pages/1907589126/Database+Schemas
https://github.com/UBCSailbot/website/tree/main/models
https://www.mongodb.com/languages/python
The text was updated successfully, but these errors were encountered: