
import pytest


collect_ignore_glob = []


def pytest_configure(config):
        collect_ignore_glob.append("*")
