wholecell.tests.io.test_ingestion

Tests for wholecell.io.ingestion.

class wholecell.tests.io.test_ingestion.TestIngestion(methodName='runTest')[source]

Bases: TestCase

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.

_classSetupFailed = False
_class_cleanups = []
_write_tsv(path, df)[source]
Parameters:
  • path (Path)

  • df (DataFrame)

Return type:

None