Add integration tests (#20)
* Adding integration tests with inlines * Adding more tests * FIx make file * Setup CI build matrix to work with integration tests * Try again * Fix workflow synctax * Clean up workflow * Format and some lint stuff * Try codecov * yml * More Testing * Minor lint things * Update * Try again for codecov * Updates * Try? * Ignore quotes * Exclude test project * try this? * checkout required * Rename * clean up configs * Fix * Allow to fail * ignores * FInish the integration tests for cache * Fix workflow yml * fix * Try up again * TRy again * Fix * Fix * Fix tests Co-authored-by: Thu Trang Pham <thu@joinmodernhealth.com>
This commit is contained in:
@@ -40,8 +40,11 @@
|
||||
{% include "admin/change_data.html" %}
|
||||
|
||||
<form {% if form.is_multipart %}enctype="multipart/form-data"{% endif %} method="post" {% if add %}action="{% url opts|admin_urlname:'add'%}" {% else %}action="{% url opts|admin_urlname:'change' object_id|admin_urlquote %}"{% endif %}>{% csrf_token %}
|
||||
<div class="hidden">
|
||||
<div class="hidden" id="hidden-form">
|
||||
{{form.as_p}}
|
||||
{% for cleared_field in cleared_fields %}
|
||||
<input type="checkbox" name="{{ cleared_field }}-clear" checked>
|
||||
{% endfor %}
|
||||
{% for formset in formsets %}
|
||||
{{ formset.as_p }}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user