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 docs for endpoint testing with mongoose #1420

Merged
merged 15 commits into from
Sep 2, 2017

Commits on Jun 23, 2017

  1. Add docs for endpont testing with mongoose

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    b1d03e0 View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    fb1440a View commit details
    Browse the repository at this point in the history
  3. update

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    bc0fb07 View commit details
    Browse the repository at this point in the history
  4. add note for removeFixtures

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    51f2666 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. update

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    9ad076f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. update endpoint recipe

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    8b7ccba View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. update docs

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    b0790d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. update

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    5249510 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. update recipe

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    4ff2f9b View commit details
    Browse the repository at this point in the history
  2. remove Mongoose from Mongodb docs

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    ab27af2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. update with better explaination

    Signed-off-by: Zell Liew <[email protected]>
    zellwk committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    a99b8c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. Edit copy

    * Consistent spelling of Express, Mongoose and SuperTest
    * Move prerequisites into their own section, so the test file section
      reads better
    * Reformat code examples
    * Remove code comments from examples where they repeat the preceding
    paragraph
    * Reword paragraphs so they read better (in my humble opinion, that is)
    
    I've also changed the section on using `test.serial`: I'm pretty sure
    Mongoose already uses the same connection in the tests and the app.
    Notably, the connection is made in a `test.before()` hook, not a
    `test.beforeEach()` hook. Thus the real concern is tests interleaving
    and the database being in an unknown or conflicting state.
    novemberborn committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    85f0ee9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Configuration menu
    Copy the full SHA
    605086d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa7ac39 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

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