Other articles


  1. What causes Pylint no-member false positives and how to deal with this - 2020 February 17

    SQLAlchemy when used with Pylint complains about some false positives. Here's an explanation of why and what you can do about it.


    read more
  2. Pytest fixtures with Flask - 2018 May 27

    Recently I've been working on a web API with Flask, here's how I went about making unit tests with pytest work well with Flask and testing the API via requests.


    read more
  3. Enforcing foreign key constraints with SQLite - 2018 May 07

    SQLAlchemy when used with SQLite as the backend doesn't enforce foreign key constraints by default, here's how to enable that behavior.


    read more