diff options
| author | Frederick Muriuki Muriithi | 2024-02-28 11:32:26 +0300 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-02-28 11:32:26 +0300 |
| commit | 77eeaec1ecdef5f110c69aa767969649e353b22b (patch) | |
| tree | 295f88ab71f54489d905acbe95b06cce86edd7d9 /README.org | |
| parent | 9ab4316ee3c4d3068053c94334c64915514d8664 (diff) | |
| download | gn-uploader-77eeaec1ecdef5f110c69aa767969649e353b22b.tar.gz | |
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.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
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=</path/to/configuration/file.py> - $ pytest -k unit_test + $ pytest -m unit_test #+END_SRC To run ALL tests (not just unit tests): |
