diff options
author | Frederick Muriuki Muriithi | 2024-11-21 12:47:00 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-21 12:47:00 -0600 |
commit | d6274cb8cd2c6310574838c6d612f755c02eda12 (patch) | |
tree | dfe2c2ef441ed26141f76c10c0be673b82898f08 | |
parent | 4597b79c520f421234d4b8a890d9b9185b8c2890 (diff) | |
download | gn-libs-d6274cb8cd2c6310574838c6d612f755c02eda12.tar.gz |
Register `slow` and `unit_test` test markers.
-rw-r--r-- | pytest.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..d866e86 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +addopts = --strict-markers +markers = + slow + unit_test
\ No newline at end of file |