This repository has been archived on 2021-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
djangoldp-webpushnotification/djangoldp_webpushnotification/tests/settings_default.py

11 lines
216 B
Python
Raw Normal View History

2021-04-07 14:51:55 +00:00
"""YAML configurations for djangoldp_webpushnotification testing."""
yaml_config = """
dependencies:
ldppackages:
- djangoldp_account
- djangoldp_webpushnotification
2021-04-07 14:51:55 +00:00
- djangoldp_webpushnotification.tests
"""