Skip to content

Commit

Permalink
update tests accordingly to nex examples location
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Pujol committed Dec 21, 2023
1 parent 91eeaa4 commit 79e21bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_full_conf(basic_mkdocs_config, monkeypatch):
full_config = yaml_load("""
conf_script: docs/gallery_conf.py
examples_dirs:
- docs/examples
- examples
- docs/tutorials
# TODO mayavi_examples
gallery_dirs:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_gen_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

TESTS_ROOT = Path(__file__).parent
DOCS_ROOT = TESTS_ROOT / "../docs"
EXAMPLES_DIR = DOCS_ROOT / "examples"
EXAMPLES_DIR = TESTS_ROOT / "../examples"
TUTORIALS_DIR = DOCS_ROOT / "tutorials"


Expand Down

0 comments on commit 79e21bf

Please sign in to comment.