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

[PT-5597] Fixing test for catalog class #671

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ You can check your current version with the following command:
```

For more information, see [UP42 Python package description](https://pypi.org/project/up42-py/).
## 2.1.0a5

**Sep 12, 2024**
- Fix test coverage for `Catalog` class.

## 2.1.0a4

Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

pytest_plugins = [
"tests.fixtures.fixtures_auth",
"tests.fixtures.fixtures_catalog",
"tests.fixtures.fixtures_order",
"tests.fixtures.fixtures_storage",
"tests.fixtures.fixtures_tasking",
Expand Down
21 changes: 0 additions & 21 deletions tests/fixtures/fixtures_catalog.py

This file was deleted.

Loading