Skip to content
Snippets Groups Projects
Commit ee11a777 authored by Jan Petermann's avatar Jan Petermann
Browse files

more test bodies

parent 550b21b4
No related branches found
No related tags found
No related merge requests found
import unittest
from pathlib import Path
from openqlab.conversion.db import to_lin
class TestGwinstek(unittest.TestCase):
def test_positive_integer(self):
pass
def test_negative_integer(self):
pass
def test_positiv_float(self):
pass
def test_negative_float(self):
pass
def test_dataframe(self):
pass
def test_numpy_array(self):
pass
import unittest
from pathlib import Path
from openqlab.conversion.db import to_lin
class TestGwinstek(unittest.TestCase):
def test_to_lin(self):
pass
def test_from_lin(self):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment