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 existing tox test to pytest #184

Open
MoonJeWoong opened this issue Sep 9, 2024 · 0 comments
Open

Refactor existing tox test to pytest #184

MoonJeWoong opened this issue Sep 9, 2024 · 0 comments

Comments

@MoonJeWoong
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

In our current project, we are using TOX to run tests. However, the tests are not directly detecting and validating error situations, but using loggers to output the results to the console window and requiring human verification. This method has the disadvantage that it is difficult to recognize when an error occurs.

Therefore, we need to refactor the existing test code with TOX to automatically validate the results using PYTEST and easily check whether an error occurs.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Refactor existing tox test files to pytest code.

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

No branches or pull requests

1 participant