conftest

Full name: ase2sprkkr.asr.test.conftest

Description

Pytest conftest file.

This file configures PyTest. In particular it sets some custom markers and imports all fixtures which makes them globally available to all tests.

Functions

pytest_configure(config)

Configure PyTest.

pytest_sessionstart(session)