scripts/Run-Notebook-Tests.ps1 (4 lines of code) (raw):

# --------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # --------------------------------------------------------- python -m pytest -n 5 ./test/ -m "notebooks" -o junit_family=xunit2 --junitxml=junit.xml