fix bare "py.test" runs without a directory by not defaulting to --doctest-modules which will virtually import everything
This commit is contained in:
parent
0325441099
commit
5a2295ada5
|
@ -1,4 +1,5 @@
|
|||
|
||||
if __name__ == '__main__':
|
||||
import cProfile
|
||||
import py
|
||||
import pstats
|
||||
|
|
Loading…
Reference in New Issue