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 the current codebase #4

Merged
merged 2 commits into from
Sep 30, 2021
Merged

Conversation

hug-dev
Copy link
Member

@hug-dev hug-dev commented Sep 29, 2021

This commit contains the following changes:

  • clean the directory tree to regroup common features with more explicit
    names
  • regroup CI testing into one workflow and add the mock service smoke
    test
  • simplify the README.md file instruction with what is currently there
  • change the way new tests are added to make it easier

This commit contains the following changes:
- clean the directory tree to regroup common features with more explicit
  names
- regroup CI testing into one workflow and add the mock service smoke
  test
- simplify the README.md file instruction with what is currently there
- change the way new tests are added to make it easier

Signed-off-by: Hugues de Valon <[email protected]>
@hug-dev hug-dev linked an issue Sep 29, 2021 that may be closed by this pull request
@hug-dev hug-dev force-pushed the refactor branch 6 times, most recently from 4fdd9e0 to 1e7e68c Compare September 30, 2021 10:20
Also formats the code

Signed-off-by: Hugues de Valon <[email protected]>
Copy link
Member

@ionut-arm ionut-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the great changes!!

Comment on lines +14 to +15
# TODO: with some import syntax or clever moduling, it might be possible not
# to have to do anything here?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that would be pretty cool! Did you raise an issue for this, btw, at least to investigate? I don't think it's very clear what you mean just from this TODO

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, will raise an issue after this.

@hug-dev hug-dev merged commit 247a2d7 into parallaxsecond:main Sep 30, 2021
@hug-dev hug-dev deleted the refactor branch September 30, 2021 14:22
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.

Proposal: testing clients with a mock service
3 participants