betterscientificsoftware / Scripts

BSSW script repository
0 stars 0 forks source link

Add validator support for RSS Update field #1

Closed william76 closed 5 years ago

william76 commented 5 years ago

I added support to the validator for the RSS Update field.

RSS Update is an optional field, and must be formatted as YYYY-MM-DD.

The checker will verify that the date is a valid date as well, so 2018-11-31 will fail since there is no 31st day of November.

I added some extra tests to the test_data to try various combinations of correct dates and bad dates, and re-ran the test suite to make sure that examples without the RSS Update field still pass / fail as expected.

FYI: @maherou @curfman