Skip to content

Instantly share code, notes, and snippets.

@mnaumann-plenty
mnaumann-plenty / conftest.py
Created April 14, 2020 00:03
Formatted by black
import pytest
from selenium import webdriver
def pytest_addoption(parser):
parser.addoption(
"--base_url", action="store", default="", help="The FarmOS url to test against"
)
parser.addoption(