wcs/tests
Frédéric Péters 0333c9494e misc: avoid URLs starting with double slash (#29373) 2018-12-28 13:43:51 +01:00
..
robot tests: move robot framework tests to a subdirectory 2013-03-27 11:34:01 +01:00
templates/qommon/forms/widgets misc: give widget templates full access to publisher context (#24338) 2018-06-07 10:24:54 +02:00
themes/foobar hobo: improve theme handling with full support for overlays (#18426) 2017-09-06 13:55:19 +02:00
conftest.py test: make a fixture of HttpRequestMocking (#16509) 2017-12-15 16:37:52 +01:00
idp_metadata.xml tests: add check on hobo_deploy configuring identity provider 2016-10-27 23:00:12 +02:00
image-with-gps-data.jpeg workflows: add action to geolocate a formdata (#10581) 2016-05-04 09:42:43 +02:00
settings.py tests: add custom settings file to allow hosts (#20936) 2018-01-02 15:56:47 +01:00
template-django.odt workflows: don't use django autoescaping in odt templates (#21446) 2018-01-26 18:06:28 +01:00
template-out.odt tests: adapt to use of standard odf prefixes 2017-09-15 17:37:55 +02:00
template-with-image.odt workflows: make it possible to replace odt images with variables (#16259) 2017-05-14 17:59:46 +02:00
template.odt replace variables in OpenOffice user-field-decl values (#13129) 2016-09-16 12:09:52 +02:00
test_admin_pages.py settings: export models with workflows (#27942) 2018-11-14 09:18:54 +01:00
test_api.py api: filter user forms when requested by another user (#28732) 2018-12-09 08:59:36 +01:00
test_auth_pages.py misc: always include trailing slash in login URI (#15241) 2017-03-05 11:54:48 +01:00
test_backoffice_pages.py backoffice: add support for a return URL after submission (#25306) 2018-12-05 14:12:18 +01:00
test_bounce_processing.py misc: fix missing variable in bounce processing 2015-09-19 16:29:54 +02:00
test_categories.py general: always store&use object id as strings (#6222) 2015-06-10 11:06:53 +02:00
test_convert_to_sql.py convert to sql: add [options] section if it doesn't exist (#27987) 2018-11-14 15:46:27 +01:00
test_ctl.py add migrate_schemas command, alias to migrate (#23337) 2018-04-23 14:34:54 +02:00
test_datasource.py tests: revamp test datasource fixtures 2018-10-03 19:56:05 +02:00
test_ezt.py tests: move and update "native" ezt tests to our tests/ directory 2016-10-27 23:20:34 +02:00
test_fc_auth.py pass id_token on logout from FranceConnect (fixes #28997) 2018-12-14 14:49:38 +01:00
test_fields.py add live field conditions (#436) 2018-08-29 09:50:48 +02:00
test_form_pages.py forms: include workflow forms field medias (#29349) 2018-12-27 07:56:05 +01:00
test_formdata.py misc: add custom lazy field for map variables, for string compat (#28193) 2018-12-06 14:47:46 +01:00
test_formdef.py general: store conditions as type/value dictionaries (#21550) 2018-03-09 17:02:15 +01:00
test_formdef_import.py add conditions to fields (#19752) 2018-08-29 09:50:48 +02:00
test_hobo.py hobo-deploy: don't call convert-to-sql to create tables (#28263) 2018-11-27 07:53:57 +01:00
test_hobo_notify.py fields: consider the empty string as a valid (null) date (#23162) 2018-04-13 10:18:16 +02:00
test_misc.py misc: only let rst consider arabic sequences (#29183) 2018-12-19 11:25:40 +01:00
test_prefill.py fields: add support for prefilling with datetime.time() values (#22969) 2018-04-05 14:16:53 +02:00
test_publisher.py disable cron command if settings.DISABLE_CRON_JOBS is set (#26863) 2018-10-30 18:01:15 +01:00
test_register.py tests: make a fixture of EmailsMocking (#15555) 2017-03-27 23:21:13 +02:00
test_role.py admin: correctly sort roles with accents in their names (#14346) 2017-02-14 18:04:00 +01:00
test_rootdirectory.py misc: serve minified jquery unless debug is on (#12372) 2016-07-06 14:48:34 +02:00
test_saml2utils.py tests: test a false attribute in saml metadata 2015-01-06 19:48:58 +01:00
test_saml_auth.py tests: add check for idp initiated logout 2018-04-22 11:13:21 +02:00
test_sessions.py misc: expose session identifier in substitution variables (#24778) 2018-07-03 10:13:18 +02:00
test_sql.py do not add an evolution on static jump (#22236) 2018-05-16 13:47:30 +02:00
test_storage.py storage: change get_with_indexed_value into a generator (#23180) 2018-04-17 09:29:23 +02:00
test_strftime.py misc: fix display of hour/minute/seconds of datetime objects (#20108) 2017-11-19 17:19:55 +04:00
test_templates.py add new templatetags logic for date, datetime, time, decimal (#28738) 2018-12-21 16:19:26 +01:00
test_texts.py use Django/ezt templates in messages (email, sms, journal) (#19442) 2017-12-01 16:38:05 +01:00
test_tracking_code.py tests: use new parametrized mode to run tracking code tests (#6598) 2015-03-04 07:41:38 +01:00
test_users.py users: look for attributes in extra fields (#22389) 2018-03-09 16:10:04 +01:00
test_variadic_url.py misc: avoid URLs starting with double slash (#29373) 2018-12-28 13:43:51 +01:00
test_widgets.py misc: unquote HTML entities inside Django template tags (#27995) 2018-12-05 14:11:32 +01:00
test_workflow_import.py workflows: fix export/import of computed roles with unicode characters (#25301) 2018-07-17 09:34:09 +02:00
test_workflows.py workflow: do not fail on geolocation server errors (#29168) 2018-12-18 11:22:03 +01:00
test_wscall.py tests: check PATCH/PUT methods for real 2018-11-27 07:53:30 +01:00
test_x509utils.py tests: turn x509utils test function into an unit test 2014-12-24 13:10:01 +01:00
utilities.py forms: add support for live list contents (#27173) 2018-11-02 10:28:02 +01:00