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

Make socket listener tests more readable. #1027

Merged
merged 9 commits into from
Feb 25, 2024

Commits on Feb 25, 2024

  1. Move socket reading into response assert.

    This removes reading from socket before asserting on the read value from multiple tests.
    nihohit committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    56c8fb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85fad95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86632bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e51bfff View commit details
    Browse the repository at this point in the history
  5. Increase setup legibility.

    2-3 booleans in a row are hard to read without confusion. Using enums instead.
    nihohit committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    46a8a98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94d2548 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f336f97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5603351 View commit details
    Browse the repository at this point in the history
  9. fix comments

    nihohit committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8f1b87b View commit details
    Browse the repository at this point in the history