Source code for test_gene

"""Test functions of gene.py"""


[docs]def test_repr_html_(model): assert "<table>" in model.genes[0]._repr_html_()