added module name to test_sys_info

pull/339/head
evelynmitchell 1 year ago
parent be38446748
commit b08cd06a76

@ -2,7 +2,7 @@
import pytest import pytest
from unittest.mock import Mock from unittest.mock import Mock
from your_module import interpreter_info, system_info # replace with your actual module name from sys_info import interpreter_info, system_info
def test_interpreter_info(mocker): def test_interpreter_info(mocker):
"""Test interpreter_info.""" """Test interpreter_info."""

Loading…
Cancel
Save