Gosh, Pat.'s blog

  1. How many assertions per test?

    Thu 22 April 2021

    One assert should handle most cases but >1 is fine too.

  2. Quotes and stuff from "How Google Tests Software" (Part 2)

    Tue 30 April 2019

    I've collected some of my favorite quotes from "How Google Tests Software".

  3. Quotes and stuff from "How Google Tests Software" (Part 1)

    Tue 23 April 2019

    I've collected some of my favorite quotes from "How Google Tests Software".

  4. Redshift COPY gotcha with epoch seconds

    Mon 15 April 2019

    Redshift's COPY statement doesn't coerce epoch seconds automatically.

  5. Testing dynamic JSON

    Wed 10 April 2019

    Testing JSON data where the schema doesn't always include the same fields can be tricky at first.

  6. Basic pytest fixture example

    Mon 01 April 2019

    Basic pytest fixture example.