Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HA-415 - Adding new data_types: time, date and datetime #26

Closed
wants to merge 1 commit into from

Conversation

andres-torres-marroquin

Closes #HA-415

Description Of Changes

Add new data_types: time, date and datetime

Code Changes

  • Updated DATA_TYPE_NAMES to include the new types

Steps to Confirm

  • Run the test suite nox -s pytest

Pre-Merge Checklist

  • All CI Pipelines Succeeded
  • Documentation Updated
  • Issue Requirements are Met
  • Relevant Follow-Up Issues Created
  • Update CHANGELOG.md

Comment on lines +703 to +704
@pytest.mark.parametrize("data_type", ["not_string", "not_integer", "not_float", "not_boolean", "not_object", "not_time", "not_date", "not_datetime"])
def test_invalid_types(self, data_type):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't seem to be using the data_type argument in this test, unless I'm missing something?

@andres-torres-marroquin
Copy link
Author

Not longer required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants