Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Circleci project setup #26

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug db test : create from models not migrations
  • Loading branch information
LisaIncardona committed Oct 7, 2022
commit 811a25e84cd86b913f427e02e240fc30d331502f
1 change: 0 additions & 1 deletion lettings/tests/unit_test/lettings_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sqlite3
from django.test import TestCase
from lettings.models import Letting, Address
import pytest
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE = oc_lettings_site.settings
DJANGO_SETTINGS_MODULE = oc_lettings_site.settings
addopts = --nomigrations