Skip to content

Commit d373103

Browse files
committed
build manager tests added
1 parent 75efef8 commit d373103

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readthedocs/rtd_tests/tests/test_managers.py

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
from django.test import TestCase
33
from django_dynamic_fixture import get
44

5+
<<<<<<< HEAD
56
from readthedocs.builds.constants import EXTERNAL, BRANCH, TAG
7+
=======
8+
from readthedocs.builds.constants import PULL_REQUEST, BRANCH, TAG
9+
>>>>>>> build manager tests added
610
from readthedocs.builds.models import Version, Build
711
from readthedocs.projects.constants import PUBLIC, PRIVATE, PROTECTED
812
from readthedocs.projects.models import Project

0 commit comments

Comments
 (0)