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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Alembic support #183

Merged
merged 8 commits into from May 25, 2021
Merged

feat: Alembic support #183

merged 8 commits into from May 25, 2021

Commits on May 24, 2021

  1. register alembic support

    jimfulton committed May 24, 2021
    Copy the full SHA
    758e41f View commit details
    Browse the repository at this point in the history
  2. Don't autouse

    The fixtures that we were autousing needed to be used explicitly, to
    get randomly-generated dataset names.  One was only used for one test.
    
    Also, fixed copyright.
    jimfulton committed May 24, 2021
    Copy the full SHA
    0d64fda View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    38da253 View commit details
    Browse the repository at this point in the history
  4. install alembic for Python 3.8 unit and system tests

    We don't require alembic and most tests should run without it, however
    
    - We run some unit tests (Python 3.8) to cover the alembic
      registration that happens when alembic is installed.
    
    - We have a system test that demonstrates working with alembic and
      proves that the things we think should work do work. :)
    jimfulton committed May 24, 2021
    Copy the full SHA
    ec4fc1f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    738462a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    03e2bfb View commit details
    Browse the repository at this point in the history
  7. blacken/lint

    jimfulton committed May 24, 2021
    Copy the full SHA
    6ce50bc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Copy the full SHA
    c257cfa View commit details
    Browse the repository at this point in the history