From 4c4f82361bc7617709d0c9dd98da23fc526f7a7e Mon Sep 17 00:00:00 2001 From: Stuckinaboot Date: Sun, 21 Oct 2018 14:04:43 -0400 Subject: [PATCH] Add readme describing test naming convention --- tests/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..ccde39c --- /dev/null +++ b/tests/README.md @@ -0,0 +1 @@ +pytest gathers tests according to a naming convention. By default any file that is to contain tests must be named starting with test_ and any function in a file that should be treated as a test must also start with test_.