11 lines
216 B
Python
11 lines
216 B
Python
"""YAML configurations for djangoldp_webpushnotification testing."""
|
|
|
|
yaml_config = """
|
|
dependencies:
|
|
|
|
ldppackages:
|
|
- djangoldp_account
|
|
- djangoldp_webpushnotification
|
|
- djangoldp_webpushnotification.tests
|
|
"""
|