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

[Fixes #12456] Implement the ResourceHandler concept #12469

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

[Fixes #12456] Fix tests

880d974
Select commit
Loading
Failed to load commit list.
Open

[Fixes #12456] Implement the ResourceHandler concept #12469

[Fixes #12456] Fix tests
880d974
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 20, 2024 in 1s

56.28% of diff hit (target 64.26%)

View this Pull Request on Codecov

56.28% of diff hit (target 64.26%)

Annotations

Check warning on line 419 in geonode/base/populate_test_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/base/populate_test_data.py#L419

Added line #L419 was not covered by tests

Check warning on line 22 in geonode/layers/handlers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/layers/handlers.py#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 25 in geonode/layers/handlers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/layers/handlers.py#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 46 in geonode/layers/handlers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/layers/handlers.py#L46

Added line #L46 was not covered by tests

Check warning on line 48 in geonode/layers/handlers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/layers/handlers.py#L48

Added line #L48 was not covered by tests

Check warning on line 48 in geonode/resource/handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/handler.py#L48

Added line #L48 was not covered by tests

Check warning on line 51 in geonode/resource/handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/handler.py#L51

Added line #L51 was not covered by tests

Check warning on line 66 in geonode/resource/handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/handler.py#L66

Added line #L66 was not covered by tests

Check warning on line 23 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L21-L23

Added lines #L21 - L23 were not covered by tests

Check warning on line 35 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L29-L35

Added lines #L29 - L35 were not covered by tests

Check warning on line 48 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L38-L48

Added lines #L38 - L48 were not covered by tests

Check warning on line 53 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L50-L53

Added lines #L50 - L53 were not covered by tests

Check warning on line 58 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L55-L58

Added lines #L55 - L58 were not covered by tests

Check warning on line 63 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L60-L63

Added lines #L60 - L63 were not covered by tests

Check warning on line 68 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L65-L68

Added lines #L65 - L68 were not covered by tests

Check warning on line 73 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L70-L73

Added lines #L70 - L73 were not covered by tests

Check warning on line 77 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 79 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L79

Added line #L79 was not covered by tests

Check warning on line 81 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L81

Added line #L81 was not covered by tests

Check warning on line 86 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L83-L86

Added lines #L83 - L86 were not covered by tests

Check warning on line 88 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L88

Added line #L88 was not covered by tests

Check warning on line 92 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L90-L92

Added lines #L90 - L92 were not covered by tests

Check warning on line 94 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L94

Added line #L94 was not covered by tests

Check warning on line 100 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L96-L100

Added lines #L96 - L100 were not covered by tests

Check warning on line 106 in geonode/resource/test_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

geonode/resource/test_handler.py#L102-L106

Added lines #L102 - L106 were not covered by tests