File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: main
33on :
44 push :
55 branches :
6- - master
6+ - main
77 tags :
88 - " *"
99 pull_request :
1010 branches :
11- - master
11+ - main
1212
1313env :
1414 PYTEST_ADDOPTS : " --color=yes"
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ project by specifying a fixture with the same name and scope in ``conftest.py``.
157157.. admonition :: Use the pytest-django source code
158158
159159 The default implementation of these fixtures can be found in
160- `fixtures.py <https://github.com/pytest-dev/pytest-django/blob/master /pytest_django/fixtures.py >`_.
160+ `fixtures.py <https://github.com/pytest-dev/pytest-django/blob/main /pytest_django/fixtures.py >`_.
161161
162162 The code is relatively short and straightforward and can provide a
163163 starting point when you need to customize database setup in your own
You can’t perform that action at this time.
0 commit comments