Describe the bug
The current version of our CircleCI config does not account for Python unit tests (to run, say, with pytest). That's probably because, up until #458, there were no such tests.
To Reproduce
Push a feature branch to origin and notice that Python unit tests in ./tests/unit/ are not run.
Expected behavior
Python jobs for 7a09451 should have failed.
Screenshots

Python 3.6 or 3.7
Describe the bug
The current version of our CircleCI config does not account for Python unit tests (to run, say, with
pytest). That's probably because, up until #458, there were no such tests.To Reproduce
Push a feature branch to
originand notice that Python unit tests in./tests/unit/are not run.Expected behavior
Python jobs for 7a09451 should have failed.
Screenshots

Python 3.6 or 3.7