Top

telemeta.tests.test_models_instrument module

# -*- coding: utf-8 -*-

from . instrument_factories import InstrumentFactory
import pytest


@pytest.mark.django_db
def test_Instrument():
    instrument = InstrumentFactory.build()

Functions

def test_Instrument(

)

@pytest.mark.django_db
def test_Instrument():
    instrument = InstrumentFactory.build()