From 77eeaec1ecdef5f110c69aa767969649e353b22b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 28 Feb 2024 11:32:26 +0300 Subject: tests: test with just the message - don't include markup Markup can, and will change as improvements are made, but the error messages will not change that often, plus that is what we want to actually test for, not the markup. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 20a4de7..aeb296a 100644 --- a/README.org +++ b/README.org @@ -218,7 +218,7 @@ To check for correct type usage in the application, run: Run unit tests with: #+BEGIN_SRC shell $ export QCAPP_CONF= - $ pytest -k unit_test + $ pytest -m unit_test #+END_SRC To run ALL tests (not just unit tests): -- cgit v1.2.3