https://github.com/pupil-labs/pupil
Raw File
Tip revision: 7d007417cc4be16ac65e647340f8f9e0c7462743 authored by Patrick Faion on 18 November 2019, 12:37:16 UTC
Don't use glob on the full path
Tip revision: 7d00741
conftest.py
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2019 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