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

Add doobie-munit package to integrate Doobie with the shiny new MUnit #1233

Merged
merged 28 commits into from
May 23, 2021

Commits on Jul 13, 2020

  1. Add doobie-munit package to integrate Doobie with the shiny new MUnit

    MUnit is a the new Scala testing framework on the block. Seems reasonable for
    Doobie to support it along with the other two it already supports.
    
    I copied off `scalatest` because it is fairly similar to MUnit. Hopefully I
    didn't forget to change anything after the copy and paste, particularly in the
    documentation (the test is green, at least).
    Keith Pinson committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9edad27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff5e0ce View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    b11538c View commit details
    Browse the repository at this point in the history
  2. Update MUnit version

    alejandrohdezma committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    d641056 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d96dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    662a4dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32f2de3 View commit details
    Browse the repository at this point in the history
  6. Re-create headers

    alejandrohdezma committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    357e6d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    229e833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c50c210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5693893 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    991b1fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f89be9b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

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

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    539e1da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a3d5a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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

Commits on Feb 17, 2021

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

Commits on Feb 19, 2021

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

Commits on Mar 16, 2021

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

Commits on Apr 5, 2021

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

Commits on Apr 11, 2021

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

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    5b488a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9955bee View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

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

Commits on May 21, 2021

  1. Update build.sbt

    Kazark committed May 21, 2021
    Configuration menu
    Copy the full SHA
    4b3b84b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

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