The conda environment file was moved to the conda folder for consistency with other packages and to also be able to add a meta.yaml file template there later.
The tests were expanded by an additional csv input tests to also have a test available on systems without xcms. The test using xcms is now skipped if xcms is not installed. The xcms based test input was also replaced with a smaller file.
A CI GitHub action is added which will run the tests automatically on a push and pull request.
The conda environment file was moved to the
conda
folder for consistency with other packages and to also be able to add ameta.yaml
file template there later.The tests were expanded by an additional
csv
input tests to also have a test available on systems withoutxcms
. The test usingxcms
is now skipped ifxcms
is not installed. Thexcms
based test input was also replaced with a smaller file.A CI GitHub action is added which will run the tests automatically on a push and pull request.