Skip to content

Commit

Permalink
define notebooks test order (#186)
Browse files Browse the repository at this point in the history
* define notebooks test order

* Update makefile

Co-authored-by: Matan Perlmutter <matan@deepchecks.com>
  • Loading branch information
matanper and Matan Perlmutter committed Nov 24, 2021
1 parent ced6fc9 commit f9f0375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ REQUIREMENTS_LOG := .requirements.log
ANALIZE_PKGS = pylint pydocstyle
TEST_CODE := tests/
TEST_RUNNER_PKGS = pytest pytest-cov pyhamcrest nbval
NOTEBOOK_DIR = ./notebooks
NOTEBOOK_SANITIZER_FILE=$(NOTEBOOK_DIR)/.nbval-sanitizer
NOTEBOOK_DIR = ./notebooks/examples ./notebooks/checks
NOTEBOOK_SANITIZER_FILE= ./notebooks/.nbval-sanitizer

PYLINT_LOG = .pylint.log

Expand Down Expand Up @@ -269,4 +269,4 @@ download:

jupyter:
$(PIP) install jupyter
$(BIN)/jupyter-notebook $(args) --notebook-dir=$(NOTEBOOK_DIR)
$(BIN)/jupyter-notebook $(args) --notebook-dir=$(NOTEBOOK_DIR)

0 comments on commit f9f0375

Please sign in to comment.