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
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags :
8
8
- " *"
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
13
13
env :
14
14
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``.
157
157
.. admonition :: Use the pytest-django source code
158
158
159
159
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 >`_.
161
161
162
162
The code is relatively short and straightforward and can provide a
163
163
starting point when you need to customize database setup in your own
You can’t perform that action at this time.
0 commit comments