Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Update command
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed May 11, 2023
1 parent 00a61f2 commit 5d153ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# run tests: pytest -sv --cov-report term-missing --cov=workflow_calcium_imaging --sw -p no:warnings
"""
run all: python -m pytest -sv --cov-report term-missing --cov=workflow_calcium_imaging --sw -p no:warnings tests/
run one: python -m pytest -sv --cov-report term-missing --cov=workflow_calcium_imaging --sw -p no:warnings --pdb tests/module_name.py -k function_name
"""

import os
import pathlib
Expand Down

0 comments on commit 5d153ff

Please sign in to comment.