Skip to content

Commit

Permalink
Makes sure examples are excluded from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Jan 12, 2020
1 parent 4f6116a commit 700dd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Expand Up @@ -3,7 +3,7 @@ addopts = --doctest-modules

# Ignore broken files in blackbox test directories
norecursedirs = .* jedi/third_party scripts docs
test/completion test/refactor test/static_analysis
test/completion test/refactor test/static_analysis test/examples

# Activate `clean_jedi_cache` fixture for all tests. This should be
# fine as long as we are using `clean_jedi_cache` as a session scoped
Expand Down

0 comments on commit 700dd93

Please sign in to comment.