doc: Adding the missing sys import (#8819) (#8827)

Co-authored-by: Sripradha Karkala <sripradha.karkala@nutanix.com>
This commit is contained in:
Srip
2021-06-29 23:11:20 -07:00
committed by GitHub
parent 1d67553403
commit 9cdb7223b5

View File

@@ -184,6 +184,7 @@ You can specify additional plugins to ``pytest.main``:
# content of myinvoke.py
import pytest
import sys
class MyPlugin: