Skip to content
New issue

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

refactor!: move submit out of the http_server.py #37

Merged
merged 4 commits into from
Dec 19, 2023

Conversation

Honglichenn
Copy link
Contributor

@Honglichenn Honglichenn commented Dec 13, 2023

What was the problem/requirement? (What/Why)

The logic of the submit in http_server.py is duplicated, because we already move it to the server_response.py.

What was the solution? (How)

Delete it and rewrite some unit tests.

What is the impact of this change?

Nothing should be impacted.

How was this change tested?

Run all tests.

Was this change documented?

No.

Is this a breaking change?

Yes, because submit is removed, but this should not affect any other packages.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

BREAKING CHANGE: `submit` is removed from BackgroundHTTPServer

Signed-off-by: Hongli Chen <[email protected]>
@Honglichenn Honglichenn changed the title refactor: move submit out of the http_server.py refactor!: move submit out of the http_server.py Dec 13, 2023
@Honglichenn Honglichenn marked this pull request as ready for review December 13, 2023 00:28
@Honglichenn Honglichenn requested a review from a team as a code owner December 13, 2023 00:28
Signed-off-by: Hongli Chen <[email protected]>
Signed-off-by: Hongli Chen <[email protected]>
@Honglichenn Honglichenn merged commit cdc3c7c into mainline Dec 19, 2023
9 checks passed
@Honglichenn Honglichenn deleted the honglich/linux_refactor branch December 19, 2023 20:15
Honglichenn pushed a commit that referenced this pull request Jan 17, 2024
…37)

Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-xdist@v3.3.0...v3.5.0)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants