From 7c254b69f49d17756d98276befb75826e95e36e9 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Wed, 24 May 2017 01:37:11 -0700 Subject: [PATCH] Add 'how to run this one test' note to test quick start. This was something I was looking for in the quick start, and didn't find clearly stated anywhere in the README. --- test-data/unit/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/test-data/unit/README.md b/test-data/unit/README.md index 4e42a064ae3a..64737e8ca3b4 100644 --- a/test-data/unit/README.md +++ b/test-data/unit/README.md @@ -41,6 +41,7 @@ usually, "E: " is preferred because it makes it easier to associate the errors with the code generating them at a glance, and to change the code of the test without having to change line numbers in `[out]` - an empty `[out]` section has no effect +- to run just this test, use `pytest -k testNewSyntaxBasics -n0` Fixtures