We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75efef8 commit d373103Copy full SHA for d373103
readthedocs/rtd_tests/tests/test_managers.py
@@ -2,7 +2,11 @@
2
from django.test import TestCase
3
from django_dynamic_fixture import get
4
5
+<<<<<<< HEAD
6
from readthedocs.builds.constants import EXTERNAL, BRANCH, TAG
7
+=======
8
+from readthedocs.builds.constants import PULL_REQUEST, BRANCH, TAG
9
+>>>>>>> build manager tests added
10
from readthedocs.builds.models import Version, Build
11
from readthedocs.projects.constants import PUBLIC, PRIVATE, PROTECTED
12
from readthedocs.projects.models import Project
0 commit comments