Skip to content

Commit

Permalink
fix tests, and add symlink named yaml at toplevel so the tests can fi…
Browse files Browse the repository at this point in the history
…nd yaml files
  • Loading branch information
parmentelat committed Jun 3, 2020
1 parent c9bc8bc commit 40771f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from nbautoeval.quiz_loader import YamlLoader, run_yaml_quiz

localdir = Path(__file__).parent
yamldir = localdir.parent / "yaml"
yamldir = localdir.parent / "tests"

def test_rain_check():
for file in yamldir.glob("test-ko-*.yaml"):
Expand Down
1 change: 1 addition & 0 deletions yaml

0 comments on commit 40771f1

Please sign in to comment.