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

Restructure location of tests #138

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Restructure location of tests #138

merged 1 commit into from
Oct 18, 2023

Conversation

pcmxgti
Copy link
Contributor

@pcmxgti pcmxgti commented Oct 17, 2023

Description

Move tests into separate files

Motivation and Context

This change put tests for each module into separate files, so that they are easier to extend.

How Has This Been Tested?

End-to-end, locally with tox, and comparing coveralls coverage reports pre/post #138

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

tests/unit/test_user.py Dismissed Show resolved Hide resolved
Organize file structure following Pytest best practices, and separate
tests into different files.
@pcmxgti pcmxgti changed the title Restructure test Restructure location of tests Oct 17, 2023
@pcmxgti pcmxgti marked this pull request as ready for review October 17, 2023 17:41
@sevignyj sevignyj merged commit 8084d45 into main Oct 18, 2023
23 checks passed
@pcmxgti pcmxgti deleted the fix/refactor_unit_tests branch October 18, 2023 15:19
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.

None yet

2 participants