Tests for isotope

class exa.relational.test.test_isotope.TestIsotope(methodName='runTest')[source]

Check isotope table

test_table()[source]

Check that the table can be converted to a DataFrame.

test_selections()[source]

Check that isotopes can be selected in any manner.

test_data()[source]

Test the integrity of the database data.

Tests for constant

Tests the table of physical constants.

class exa.relational.test.test_constant.TestConstant(methodName='runTest')[source]

Check the physical constants table.

test_table()[source]

Check that the table can be converted to a DataFrame.

test_value()[source]

Check data values.

Tests for unit

Test availablility of unit conversions.

class exa.relational.test.test_unit.TestUnit(methodName='runTest')[source]

Check unit conversion tables.

test_table()[source]

Check that the table can be converted to a DataFrame.

test_factor()[source]

Ensure that conversion factors can be selected from the tables.