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

Deprecations fixture #19

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Deprecations fixture #19

wants to merge 11 commits into from

Commits on Dec 8, 2015

  1. Deprecations fixture

    A new Deprecations fixture is added which when active causes calls
    to deprecated function to raise.
    Brant Knudson committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    c378a3d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Import warnings in README

    unit tests fail due to the example not importing warnings.
    Brant Knudson committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    55c3636 View commit details
    Browse the repository at this point in the history
  2. Use context for Deprecations fixture in example

    This is a little cleaner
    Brant Knudson committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    df856f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Cleanups

    Fixed up some comments and copyrights.
    Brant Knudson committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    7939779 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/upstream/master' into Deprecations

    Conflicts:
    	fixtures/__init__.py
    Brant Knudson committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    659dfcc View commit details
    Browse the repository at this point in the history
  3. Revert unnecessary change

    Brant Knudson committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    0220697 View commit details
    Browse the repository at this point in the history
  4. Use catch_warnings

    Brant Knudson committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    0d0f027 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc7337d View commit details
    Browse the repository at this point in the history
  6. Undo unrelated change

    Brant Knudson committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    46e10c8 View commit details
    Browse the repository at this point in the history
  7. Add test for multiple instances

    Brant Knudson committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    f7e6113 View commit details
    Browse the repository at this point in the history
  8. Add note about modifying global state

    Brant Knudson committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    f4eacf2 View commit details
    Browse the repository at this point in the history