5 lines
94 B
Python
5 lines
94 B
Python
|
import pytest
|
||
|
|
||
|
def test_placeholder():
|
||
|
# TODO Placeholder test for library
|
||
|
assert True
|