wcs/tests
Frédéric Péters 3b3103087d tests: make sure to wipe formdatas before live select content test (#27997) 2018-11-15 09:08:45 +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 tests: ignore order of roles in test_formdata 2018-10-14 11:33:51 +02: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 add live field conditions (#436) 2018-08-29 09:50:48 +02: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 implement FranceConnect logout (#25696) 2018-10-14 09:15:03 +02:00
test_fields.py add live field conditions (#436) 2018-08-29 09:50:48 +02:00
test_form_pages.py tests: make sure to wipe formdatas before live select content test (#27997) 2018-11-15 09:08:45 +01:00
test_formdata.py misc: fix ezt [is ...] usage with lazy field variables (#27781) 2018-11-06 13:25:06 +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 check_hobos: constrain database_name to 63 characters (#22797) 2018-03-26 17:49:39 +02: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 normalize geographic coordinates into -90..90/-180..180 (#20364) 2017-12-04 16:26:14 +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 misc: add a |decimal template tag (#27699) 2018-10-31 13:52:33 +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: update Context usage in template strings (#20936) 2018-01-02 15:56:47 +01:00
test_widgets.py correctly forbid empty Python expression (#24670) 2018-06-21 00:28:42 +02: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 evalutils: add attachment(content, filename, content_type) helper (#27323) 2018-11-05 10:24:15 +01:00
test_wscall.py wscalls: implement PUT, PATCH and DELETE verbs (#12416) 2018-08-31 09:58:12 +02: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