armi.bookkeeping.visualization.tests.test_xdmf module

class armi.bookkeeping.visualization.tests.test_xdmf.TestXdmf(methodName='runTest')[source]

Bases: TestCase

Test XDMF-specific functionality.

This is for testing XDMF funtions that can reasonably be tested in a vacuum. The main dump methods are hard to test without resorting to checking whole files, which isn’t particularly useful. Those tests can be found in test_vis.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_dedupTimes()[source]