Commit 3b42c4a
docs(readme): update readme broken-links.
- [x] remove broken link line 58
- Manage test dependencies with pytest fixtures. ~~<https://pytest.org/en/latest/fixture.html\>\~\~_
- Manage test dependencies with pytest fixtures. <https://pytest.org/en/latest/how-to/fixtures.html\>_
- [x] remove broken line line 62
- Make use of other pytest plugins <https://pytest.org/en/latest/how-to/plugins.html\>.
- [x] run test
| Test | Result |
| ----------- | :-----------: |
| tests/test_asserts.py |[0%] |
| tests/test_database.py | [5%] |
| tests/test_environment.py | [10%] |
| tests/test_fixtures.py | [17%] |
| tests/test_unittest.py | [21%] |
| tests/test_database.py | [24%] |
| tests/test_fixtures.py | [26%] |
| tests/test_asserts.py | [26%] |
| tests/test_database.py |[ 39%] |
| tests/test_db_access_in_repr.py | [40%] |
| tests/test_db_setup.py | [47%] |
| tests/test_django_configurations.py | [49%] |
| tests/test_django_settings_module.py | [59%] |
| tests/test_doctest.txt | [59%] |
| tests/test_environment.py | [65%] |
| tests/test_fixtures.py | [83%] |
| tests/test_initialization.py | [83%] |
| tests/test_manage_py_scan.py | [88%] |
| tests/test_unittest.py | [94%] |
| tests/test_urls.py | [96%] |
| tests/test_without_django_loaded.py | [100%] |
Fixes pytest-dev/pytest-django #9141 parent a179547 commit 3b42c4a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
0 commit comments