Initial commit
This commit is contained in:
commit
35c076f20b
18 changed files with 825 additions and 0 deletions
10
tests/conftest.py
Normal file
10
tests/conftest.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue