11 lines
233 B
Python
11 lines
233 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
"""
|
||
|
Dummy conftest.py for gpus_monitor.
|
||
|
|
||
|
If you don't know what this is for, just leave it empty.
|
||
|
Read more about conftest.py under:
|
||
|
https://pytest.org/latest/plugins.html
|
||
|
"""
|
||
|
|
||
|
# import pytest
|