mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-22 09:51:08 +00:00
6 lines
107 B
Python
6 lines
107 B
Python
from .pytest_config import set_pytest_config
|
|
|
|
|
|
def pytest_configure(config):
|
|
set_pytest_config(config)
|