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

MAINT: Move fixtures from test_plotting.py #103

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

nawtrey
Copy link
Collaborator

@nawtrey nawtrey commented Aug 9, 2024

Changes

  • Move fixtures from test_plotting.py to conftest.py to make them more broadly
    available to other tests.

  • Change scope of fixtures in conftest.py from "class" to "module"
    since they can all be used across an
    entire module

  • Fix comments in test_kda.py and test_plotting.py

  • Remove unnecessary code from testing fixture results_4wl

* Move fixtures from `test_plotting.py` to
`conftest.py` to make them more broadly
available to other tests.

* Change scope of fixtures in
`conftest.py` from "class" to "module"
since they can all be used across an
entire module

* Fix comments in `test_kda.py`
and `test_plotting.py`

* Remove unnecessary code from
testing fixture `results_4wl`
@nawtrey
Copy link
Collaborator Author

nawtrey commented Aug 9, 2024

I looked over the diff and all changes look good. Tests are passing. Merging now.

@nawtrey nawtrey merged commit e32c330 into master Aug 9, 2024
6 checks passed
@nawtrey nawtrey deleted the move_plotting_fixtures branch August 9, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant