https://github.com/pupil-labs/pupil
Raw File
Tip revision: f7353e682ee7064e1dd8d3a4bd96a3789e55a24c authored by Pablo Prietz on 25 August 2020, 08:00:42 UTC
Merge pull request #1997 from pupil-labs/develop
Tip revision: f7353e6
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