File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 - name : Run tests
5858 run : pytest -v
5959 - name : Tile slide
60- run : python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/small.svs
60+ run : python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/fixtures/ small.svs
6161 windows :
6262 name : Windows
6363 needs : pre-commit
@@ -117,7 +117,7 @@ jobs:
117117 python examples/deepzoom/deepzoom_tile.py -h >/dev/null
118118 - name : Tile slide
119119 # Reads OPENSLIDE_PATH
120- run : python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/small.svs
120+ run : python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/fixtures/ small.svs
121121 - name : Archive wheel
122122 uses : actions/upload-artifact@v3
123123 with :
Original file line number Diff line number Diff line change 4545
4646
4747def file_path (name ):
48- return Path (__file__ ).parent / name
48+ return Path (__file__ ).parent / 'fixtures' / name
4949
5050
5151def maybe_supported (f ):
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments