1#!/usr/bin/env python3
2
3"""This directory is for standard tests applicable to all projects.
4
5Since non-trivial tests will require an actual project, the tests in this directory will normally be called from the
6tests/ directory of individual projects.
7
8Any tests which are common to some but not all projects should be placed in subdirectories.
9"""