Source code for rivus.tests.test_main
import unittest
from rivus.main.rivus import read_excel
[docs]class RivusMainTest(unittest.TestCase):
# TODO There is plenty of more functions (if not all)
# which reside in the code-base untested. Bellow some placeholders.
def test_line_length(self):
pass
def test_source_calculation(self):
pass
def test_pair_vertex_to_edge(self):
pass
def test_save_load(self):
pass
def test_read_excel(self):
pass