Skip to content

create test for presence of methods section #162

Description

@RobLBaker

Currently, there is test for the length of the methods section (if it is <20 words, it throws a warning) but not test for presence/absence of the methods section. If the methods section is absent, currently:

  1. A warning is generated by DPchecker run_congruence_checks that misleadingling implies there is a methods section by indicating that the methods are <20 words.
  2. DataStore throws an error upon extracting the metadata.

To resolve these issues, create a new test that specifically tests for the presence/absence of a methods section and 1) passes if methods are present 2) fails if methods are absent.

Metadata

Metadata

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions