8 lines
109 B
Python
8 lines
109 B
Python
|
import os
|
||
|
import re
|
||
|
import pytest
|
||
|
from modules import netdetect
|
||
|
|
||
|
def test_netdetect_usage():
|
||
|
assert True
|