test_info.py 231 B

1234567
  1. from test_macromols import errorsuite, numericsuite
  2. tests = {
  3. "errorsuite" : "Test error handling for invalid macromolecule constructs in MDL files",
  4. "numericsuite" : "Numeric validation for Macromolecules",
  5. }