.. |
__init__.py
|
Some minor cleanup on the study status and automatic events. I wanted to avoid having one database model automatically generating other database models as a side effect. The study service now has full responsiblity to recording study events.
|
2020-08-17 14:56:00 -04:00 |
test_duplicate_workflow_spec_file.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_workflow_call_activity_end_event.py
|
Included the failing test, with self.assertRaises
|
2021-07-28 11:22:45 -04:00 |
test_workflow_customer_error.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_date_field_validation.py
|
test for date field validation
|
2022-02-17 11:48:31 -05:00 |
test_workflow_delete_irb_document.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_workflow_dynamic_default.py
|
Refactor test workflow_value_expression
|
2022-02-17 12:25:40 -05:00 |
test_workflow_enum_checkbox.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_enum_default_value_expression.py
|
Refactor test workflow_enum_value_expression
|
2022-02-17 14:07:41 -05:00 |
test_workflow_enum_empty_list.py
|
Fixing various BPMN's for tests
|
2022-02-17 17:29:44 -05:00 |
test_workflow_form_field_name.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_form_field_type.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_hidden_file_data_field.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_workflow_hidden_required_field.py
|
mostly fixing bpmns
|
2022-02-18 09:48:02 -05:00 |
test_workflow_infinite_loop.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_missing_executable_tag.py
|
Test for bug fix
|
2022-02-21 10:17:18 -05:00 |
test_workflow_missing_form_key.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_missing_library.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_name_error_hint.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_workflow_previous_form_data.py
|
assure we don't overwrite task data with a previous form submission if that data already exists.
|
2021-12-07 17:04:20 -05:00 |
test_workflow_processor.py
|
Dealing with some changes in SpiffWorkflow's latest release. I think this gets all tests passing again, and behaving as expected.
|
2022-02-16 10:46:46 -05:00 |
test_workflow_processor_multi_instance.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_workflow_reset.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_restart.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_workflow_service.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_workflow_spec_api.py
|
fixing some failing test
|
2022-02-11 11:00:42 -05:00 |
test_workflow_spec_category_reorder.py
|
Fixing a stupid mistake in the tests.
|
2022-02-11 11:54:46 -05:00 |
test_workflow_spec_reorder.py
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
test_workflow_spec_service.py
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
test_workflow_spec_validation_api.py
|
performance improvements. and last rements of load_example_data()
|
2022-02-09 23:29:39 -05:00 |