aboutsummaryrefslogblamecommitdiffstats
path: root/pyblackbird_cc/resources/tests/conftest.py
blob: a5c1e4105f91d4d75348ff5a7b7a5fc57f3fef57 (plain) (tree)
1
2
3
4
5
6
7
8
9

             
                                                                                                



                 
                                                           
                                               
import pytest

from pyblackbird_cc.resources.factories import ResourceModelFactory, PDFPageSnapshotModelFactory


@pytest.fixture()
def resources():
    snapshots = PDFPageSnapshotModelFactory.create_batch(3)
    return ResourceModelFactory.create_batch(5)