Skip to content
Snippets Groups Projects
Commit 92ce7772 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Test logic and fixtures get to the working directory; just need to unpack and figure out how to run

parent e11fdf02
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,9 @@ package:
source:
- path: ./dist/{{ name }}-{{ version }}.tar.gz
- path: ./tests
folder: tests
- path: ../fixtures_{{ version }}.tar.gz
folder: test_data
build:
......@@ -47,11 +48,11 @@ test:
imports:
- model_server
commands:
- export PYTHON_UNITTEST_OUTPUT="./test_output" python -m unittest discover
- {{ PYTHON }} -m unittest model_server
requires:
- pip
source_files:
- test_data
- tests
about:
summary: Service for analyzing microscope images
......
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