From 7184f8df9ae84a7b0399f1eae280d1658fab8d6f Mon Sep 17 00:00:00 2001 From: collerek Date: Wed, 28 Oct 2020 15:52:13 +0100 Subject: [PATCH] add nocover --- tests/test_server_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_server_default.py b/tests/test_server_default.py index 1cbe105..b9106d0 100644 --- a/tests/test_server_default.py +++ b/tests/test_server_default.py @@ -82,4 +82,4 @@ async def test_model_creation(): if Product.db_backend_name() != 'postgresql': # postgres use transaction timestamp so it will remain the same - assert p1.created != p2.created + assert p1.created != p2.created # pragma nocover