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

Make it easy to define default or global settings (such as user credentials) #24

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

Commits on Apr 12, 2016

  1. Make it easy to define default or global settings (such as user crede…

    …ntials) by attaching default values to the class instead of having to define the same values over and over in each test URL definition
    
    Update documentation to explain the new 'defaults' feature
    wahuneke committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    44538c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Change the method for checking which class we are building

    Stop attaching test_fail_bad_config to SmokeTestCase class
    (This may have been a python 2 vs 3 issue...)
    wahuneke committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    b2d61b1 View commit details
    Browse the repository at this point in the history
  2. Make redirect_to accept a callable as well as a string.

    Also, fix a problem with DJANGO < 1.7 compatability
    wahuneke committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    713d54f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Get tests running again to match the recent changes to how we detect …

    …which Class we are building and changes to allow compatability with Django < 1.7
    wahuneke committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    8e41ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd24579 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Configuration menu
    Copy the full SHA
    6cadcad View commit details
    Browse the repository at this point in the history