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

Inconsistent usage of the pytest decorators #2950

Closed
2 tasks
Sonu0305 opened this issue Jan 15, 2025 · 0 comments · Fixed by #2951
Closed
2 tasks

Inconsistent usage of the pytest decorators #2950

Sonu0305 opened this issue Jan 15, 2025 · 0 comments · Fixed by #2951

Comments

@Sonu0305
Copy link
Contributor

Sonu0305 commented Jan 15, 2025

Describe the bug

Inconsistent usage of pytest decorators which does not make sure consistent codestyle throughout codebase.
Both @pytest.fixture() and @pytest.fixture have been used in the codebase.

To Reproduce

Screenshots

System

  • OS:

    • GNU/Linux
    • macOS
  • Environment (conda list):

Additional context
Total 57 occurences of @pytest.fixture throughout 17 files with few @fixture and others are @pytest.fixture()

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 a pull request may close this issue.

1 participant