ytdl-sub/tests/unit/validators
Jesse Bannon 53adbbcb22
[FEATURE] Regex capture and filtering on source variables plugin (#100)
* actually working

* changed plugin format. Need unit tests, documentation, update e2e to filter

* refactor plugin name, matching now working

* description work in progress, need more intricate testing

* tests looks good, regenerate output

* e2e tested, need more failure tests, no dupe variable names, add docs

* unit tests passing again

* more fail tests

* updated with name, default, better docs

* sanitized vars created
2022-07-16 23:39:46 -07:00
..
__init__.py make validator abstract, unit tests for bool and str validator 2022-04-05 07:00:45 +00:00
conftest.py make validator abstract, unit tests for bool and str validator 2022-04-05 07:00:45 +00:00
test_bool_validator.py setup cfg 2022-04-26 07:19:53 +00:00
test_dict_validator.py setup cfg 2022-04-26 07:19:53 +00:00
test_regex_validator.py [FEATURE] Regex capture and filtering on source variables plugin (#100) 2022-07-16 23:39:46 -07:00
test_string_formatter_validator.py [FEATURE] Regex capture and filtering on source variables plugin (#100) 2022-07-16 23:39:46 -07:00
test_string_validator.py setup cfg 2022-04-26 07:19:53 +00:00
test_url_validator.py Use URLs instead of IDs for sources (#70) 2022-06-05 16:19:08 -07:00