xonsh/conftest.py
Oliver Bestwalter 5268dd8003
use recommended pytest entry point in docs and comments (#4671)
Since pytest 3.0 (2016) - the recommended commandline invocation is pytest (without the dot).

py.test is still available for backwards compatibility but might be removed at some point in the future and the new entry point is already well established.
2022-02-19 01:45:45 +05:30

2 lines
137 B
Python

# empty file to trick pytest into adding the root folder to sys.path
# see https://github.com/pytest-dev/pytest/issues/911 for more info