grooveondemand/groove/conftest.py

7 lines
142 B
Python
Raw Normal View History

import pytest
@pytest.fixture(scope='session')
def valid_credentials():
return (os.environ.get('USERNAME'), os.environ.get('PASSWORD'))