We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
datacube-ows version: master branch ows_config.py version/link:: test config
datacube-ows
ows_config.py
I tried to setup unit test for render_legend function https://github.com/opendatacube/datacube-ows/blob/master/datacube_ows/styles/base.py#L386-L408, had a lot of difficulties instantiating class
render_legend
class StyleDefBase(OWSExtensibleConfigEntry, OWSMetadataConfig):
https://github.com/opendatacube/datacube-ows/blob/master/datacube_ows/styles/base.py#L95
Would be very useful to create dummy @pytest.fixture for multiple config classes that can be plugged into unittests
The text was updated successfully, but these errors were encountered:
SpacemanPaul
No branches or pull requests
datacube-ows
version: master branchows_config.py
version/link:: test configDescription
I tried to setup unit test for
render_legend
function https://github.com/opendatacube/datacube-ows/blob/master/datacube_ows/styles/base.py#L386-L408, had a lot of difficulties instantiating classhttps://github.com/opendatacube/datacube-ows/blob/master/datacube_ows/styles/base.py#L95
Would be very useful to create dummy @pytest.fixture for multiple config classes that can be plugged into unittests
The text was updated successfully, but these errors were encountered: