Hi everyone, at work i am hitting a problem where tests have to be shared between teams, while fixtures may differ
in order to ease that i came up with a initial idea for specifying where to look for tests in pytest.ini example: [pytest] collect_roots= base=module://framework.basetests myteam=file://./test/ with a default value of collect_roots= . = file://. the specification would give the possibility to make test suite repos and import test suites -- Red Hat GmbH, http://www.de.redhat.com/, Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Michael Cunningham, Michael O'Neill, Eric Shander
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
