Skip to content
Snippets Groups Projects
Commit 60721b05 authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

add marker for different test regimes

parent a4057890
No related branches found
No related tags found
No related merge requests found
[pytest]
markers =
slow: tests to be done only before merge or releases.
import os
import hashlib
import unittest
import pytest
from qgis.core import (
QgsProcessingContext,
QgsProcessingFeedback,
......@@ -67,6 +68,7 @@ class TestEncoderAlgorithm(unittest.TestCase):
assert result_file_hash in possible_hashes
os.remove(expected_result_path)
@pytest.mark.slow
def test_data_types(self):
self.algorithm.initAlgorithm()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment