fdiblen
fdiblen
This repository contains a collection of guides explaining how to set up a self-hosted CI server on your own hardware. The guides include step by step instructions for most common...
Split of #160: We should then decide on relative imports or absolute (not sure those are the correct terms): ```python # the import below is in a file that is...
Use flake8 to lint the generated package (https://pypi.org/project/pytest-flake8).
Currently we have [email protected]. We should talk to the community managers and add their email address.
generated package now has pyproject.toml this should be explained in project_setup.md
Update contributing guide for the generated package - Use markdown file from https://github.com/matchms/matchms/blob/master/CONTRIBUTING.md - Add other type of contributions - Spreading the word (LinkedIn, blog posts, Twitter, Reddit etc.) -...
Update contributing guide for the template repository - Use markdown file from https://github.com/matchms/matchms/blob/master/CONTRIBUTING.md - Add other type of contributions - Spreading the word (LinkedIn, blog posts, Twitter, Reddit etc.) -...
`tests/test_values.py` tests dashes and spaces for given user input. We should also check slashes and backslashes.
Developer documentation should also cover coverage.
Currently it is not possible to use the stdout of Docker image in a GitHub action. This would be useful if one wants to do some tests based on stdout...