__main__.py 116 B

12345
  1. """The pytest entry point."""
  2. import pytest
  3. if __name__ == "__main__":
  4. raise SystemExit(pytest.console_main())