Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Use Testify package for test assertions #71

Merged
merged 4 commits into from
Dec 14, 2014
Merged

Use Testify package for test assertions #71

merged 4 commits into from
Dec 14, 2014

Commits on Dec 13, 2014

  1. Swap bmizerany/assert test library for stretchr/testify

    This change swaps out the assert testing library for testify because:
    
    - It's actively maintained.
    - Has a number of additional assertion helpers.
    - Can over provide custom failure message without changing assertion
      method.
    - Better formatting of failure messages.
    pengwynn committed Dec 13, 2014
    Configuration menu
    Copy the full SHA
    b50cbe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9458b9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7766c5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c12e722 View commit details
    Browse the repository at this point in the history