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

refactor seed-check method into their own pytests #30

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

stevebachmeier
Copy link
Contributor

Title: Move the same/different seed checks into pytests

Description

  • Category: test
  • JIRA issue: na

This moves the method that noises the pytest data three times
and ensures that (1) the same seed results in identical results and
(2) different seeds produce different results into its own
parameterized pytest.

Testing

pytests pass

(NOISE_TYPES.TYPOGRAPHIC, "numbers", "decennial_census", "zipcode"),
(NOISE_TYPES.TYPOGRAPHIC, "characters", "decennial_census", "street_name"),
],
)
Copy link
Contributor

Choose a reason for hiding this comment

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

A new config file appears.

@stevebachmeier stevebachmeier merged commit 113c1d4 into develop Apr 4, 2023
@stevebachmeier stevebachmeier deleted the feature/sbachmei/refactor-seed-check-tests branch April 4, 2023 23:38
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.

3 participants