12 lines
190 B
Python
12 lines
190 B
Python
|
"""YAML configurations for djangoldp_webpushnotification testing."""
|
||
|
|
||
|
yaml_config = """
|
||
|
dependencies:
|
||
|
|
||
|
ldppackages:
|
||
|
- djangoldp_webpushnotification.tests
|
||
|
|
||
|
server:
|
||
|
INSTALLED_APPS: []
|
||
|
"""
|