Revision 4b9f6f545db2070a80b0852a470e5f44aac60c60 authored by Pablo Prietz on 04 November 2020, 09:18:08 UTC, committed by GitHub on 04 November 2020, 09:18:08 UTC
1 parent 6f34803
Raw File
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