Skip to content

add is_not_whitespace functionality to is_not_blank #33

@mikeAdamss

Description

@mikeAdamss

the functionality of.is_not_blank().is_not_whitespace() needs to be combined into is_not_blank()

add a depreciation warning to is_not_whitespace() , eg logging.warning('Don't us me, I'm being depreciated') but leave it in place (backwards compatibility).

add two new overrides:

is_explicitly_blank()
is_explicitly_whitespace()

for those occasions (rare to the point where they may or may not exist) we need to differentiate.

update existing tests to work in the new world.
add new tests for the new methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions