Ejemplo n.º 1
0
def test_findunit_1():
    a = findunit('mm')
    b = PhysicalQuantity(1, 'mm').unit
    assert(a == b)
Ejemplo n.º 2
0
def test_findunit_2():
    findunit(0)