Coverage for tsfpga/test/conftest.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2024-04-19 20:51 +0000

1# -------------------------------------------------------------------------------------------------- 

2# Copyright (c) Lukas Vik. All rights reserved. 

3# 

4# This file is part of the tsfpga project, a project platform for modern FPGA development. 

5# https://tsfpga.com 

6# https://github.com/tsfpga/tsfpga 

7# -------------------------------------------------------------------------------------------------- 

8 

9# Import before others since it modifies PYTHONPATH. pylint: disable=unused-import 

10import tsfpga.examples.example_pythonpath # noqa: F401