⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Corbo
All Projects
Produits Entr'ouvert
»
Corbo
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (227 Bytes)
Statistics
| Branch:
main
| Tag:
v0.10
v0.11
v0.12
v0.13
v0.14
v0.15
v0.16
v0.17
v0.18
v0.19
v0.2
v0.20
v0.21
v0.22
v0.23
v0.24
v0.25
v0.26
v0.3
v0.4
v0.5
v0.6
v0.7
v0.8
v0.9
| Revision:
root
/
tests
/
conftest.py
@ 8759c981
View
History
Annotate
import
pytest
import
django_webtest
@
pytest
.
fixture
def
app
(
request
):
wtm
=
django_webtest
.
WebTestMixin
()
wtm
.
_patch_settings
()
request
.
addfinalizer
(
wtm
.
_unpatch_settings
)
return
django_webtest
.
DjangoTestApp
()
« Previous
1
2
Next »
(1-1/2)
Loading...