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