taiga-back/tests
Anler Hp ac49a76146 Automatically skip slow tests
You can mark a test as slow using:

    @pytest.mark.slow
    def test_something():
        ...

Use the option "--runslow" to tell the test runner to also include slow
tests:
        py.test --runslow ...
2014-05-22 18:34:03 +02:00
..
integration Add tests for project automatic sequence create/delete operations. 2014-05-21 12:38:29 +02:00
unit Turning off signals dispatch when testing units 2014-05-22 18:34:03 +02:00
__init__.py New tests skeleton and examples using pytest 2014-04-29 14:02:46 +02:00
conftest.py Automatically skip slow tests 2014-05-22 18:34:03 +02:00
factories.py Add tests for project automatic sequence create/delete operations. 2014-05-21 12:38:29 +02:00