mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-26 07:11:08 +08:00
Merge pull request #168 from tkf/norecursedirs
Run doctests in the "main" py.test run
This commit is contained in:
1
conftest.py
Normal file
1
conftest.py
Normal file
@@ -0,0 +1 @@
|
||||
collect_ignore = ["setup.py"]
|
||||
@@ -1,5 +1,8 @@
|
||||
[pytest]
|
||||
addopts = --assert=plain
|
||||
addopts = --assert=plain --doctest-modules
|
||||
|
||||
# Ignore broken files in blackbox test directories
|
||||
norecursedirs = .* docs completion refactor
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user