Skip to content
Snippets Groups Projects
Commit 1b68a53d authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: Add tests (although they're failing)

parent 55e09e6a
No related branches found
No related tags found
1 merge request!3RF: Simpler to just list the dependencies, rather than using dodgy jinja2 logic
Pipeline #6948 passed
......@@ -23,11 +23,11 @@ build:
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
entry_points:
- fsl_sub=fsl_sub.cmdline:main
- fsl_sub_config=fsl_sub.cmdline:example_config
- fsl_sub_plugin=fsl_sub.cmdline:install_plugin
- fsl_sub_report=fsl_sub.cmdline:report_cmd
- fsl_sub_update=fsl_sub.cmdline:update
- fsl_sub = fsl_sub.cmdline:main
- fsl_sub_config = fsl_sub.cmdline:example_config
- fsl_sub_plugin = fsl_sub.cmdline:install_plugin
- fsl_sub_report = fsl_sub.cmdline:report_cmd
- fsl_sub_update = fsl_sub.cmdline:update
requirements:
host:
......@@ -39,3 +39,9 @@ requirements:
run:
- python
- ruamel.yaml >=0.16.7
test:
imports:
- fsl_sub
commands:
- python -m unittest discover fsl_sub.tests -p "test_*.py"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment