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

Tidy tests #22

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

Tidy tests #22

wants to merge 9 commits into from

Commits on Feb 28, 2012

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

Commits on Mar 9, 2012

  1. Clean up _utils.TestCase.

    - make it use the base ArmstrongTestCase
    - move the setUp() and assertInContext() methods out of the base class and into the class they are used in
    - remove an unnecessary WellViewTestCase class
    joncotton committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    7b173b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeddab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    099b266 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2012

  1. Feedback from the PR. Restoring significant import whitespace, using …

    …Django TestCase in support test, and leaving that support test out of the package testing.
    joncotton committed Mar 12, 2012
    Configuration menu
    Copy the full SHA
    331b1ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f81a07 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2012

  1. Updating required versions of armstrong.dev and django-reversion.

    `armstrong.dev` now has the `assertInContext` method.
    `django-reversion` should be at 1.4, same as the package.json file and same as armstrong.core.arm_context
    joncotton committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    f052230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70934ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fde6e7 View commit details
    Browse the repository at this point in the history