mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 07:52:15 +00:00
Much test refactoring
This commit is contained in:
7
RIGS/tests/conftest.py
Normal file
7
RIGS/tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from RIGS import models
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def vat_rate(db):
|
||||
return models.VatRate.objects.create(start_at='2014-03-05', rate=0.20, comment='test1')
|
||||
Reference in New Issue
Block a user