master
/ miniconda3 / pkgs / jupyter_client-8.1.0-py310h06a4308_0 / info / recipe / run_test.bat

run_test.bat @a663dc1

41a0142
 
 
 
 
 
 
 
 
 
 
 
 
@echo on

python -m pip check
if errorlevel 1 exit 1

jupyter kernelspec list
if errorlevel 1 exit 1

jupyter run -h
if errorlevel 1 exit 1

pytest tests -vv --pyargs jupyter_client
if errorlevel 1 exit 1