https://github.com/pupil-labs/pupil
Raw File
Tip revision: 8f48609381229ecdba35d619d31ab7f70c8cd368 authored by Pablo Prietz on 21 January 2021, 11:00:32 UTC
Merge pull request #2091 from pupil-labs/develop
Tip revision: 8f48609
conftest.py
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2020 Pupil Labs

Distributed under the terms of the GNU
Lesser General Public License (LGPL v3.0).
See COPYING and COPYING.LESSER for license details.
---------------------------------------------------------------------------~(*)
"""

pytest_plugins = "pytester"
back to top