6 lines
88 B
Python
6 lines
88 B
Python
# import pytest
|
|
# from mock import MagicMock
|
|
|
|
|
|
def test_true():
|
|
assert True == True
|