Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

test helpers #4092

Merged
3 commits merged into from
Jul 21, 2016
Merged

test helpers #4092

3 commits merged into from
Jul 21, 2016

Commits on Jul 21, 2016

  1. Configuration menu
    Copy the full SHA
    ecd59e5 View commit details
    Browse the repository at this point in the history
  2. Make test browser configurable

    I'm finding it useful to run and pause a test in Chrome for manual
    inspection.
    chadwhitacre committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    c02fd8d View commit details
    Browse the repository at this point in the history
  3. Add D, P and T helpers to gratipay.testing

    These are shortcuts for very commonly used testing factories:
    
    D - decimal.Decimal
    P - Participant.from_username
    T - Team.from_slug
    chadwhitacre committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    5decbc1 View commit details
    Browse the repository at this point in the history