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

Remove unittest's TestCase from top level package import. #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 24, 2021

  1. Remove unittest's TestCase

    Rationale
    =======
    When importing from `snapshottest` package this might result in confusion as the `TestCase` class name is used by multiple subpackages.
    
    
    Solution
    ======
    Prevent wrong imports by using the `unittest` package.
    jackton1 authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    626e59c View commit details
    Browse the repository at this point in the history