Hi everyone, a topic thats gripping since quite a while, is wanting to have reusable testsuites, so plugins/extensions that implement a behaviout, can import and use integration tests from a installed package, and use them in a different configuration
another detail that plays into that is certain plugins needing different collections as well an example is the doctest-module, which should scan for doctests in the installed modules that where imported, and not the ones in the working directory. unfortunately its hard to find a good way to express those configured roots for collection, since the ini format on its own is rather limited, and i would like to avoid introducing sub-languagess -- Ronny _______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
