ccs-digitalmarketplace-frameworks 1.3.5 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.hypothesis/examples/2807586e3345a769/2bdbd078608d757c +0 -0
- package/.hypothesis/examples/2807586e3345a769/2d61d63b52c507bc +0 -0
- package/.hypothesis/examples/2807586e3345a769/32f3b310564d0c81 +0 -0
- package/.hypothesis/examples/2807586e3345a769/3a6f67997a9c164b +0 -0
- package/.hypothesis/examples/2807586e3345a769/439c727889d87fa9 +0 -0
- package/.hypothesis/examples/2807586e3345a769/6afe800dc6724695 +0 -0
- package/.hypothesis/examples/2807586e3345a769/75e9be7fd8468960 +0 -0
- package/.hypothesis/examples/2807586e3345a769/7fd61218c76047ea +0 -0
- package/.hypothesis/examples/2807586e3345a769/8d169f33657a3da0 +0 -0
- package/.hypothesis/examples/2807586e3345a769/a62c078e10edf1cb +0 -0
- package/.hypothesis/examples/2807586e3345a769/d2a1e9f96c33ce45 +0 -0
- package/.hypothesis/examples/2807586e3345a769/f98a7f6396ca43fa +0 -0
- package/assets/tests_test_generate_validation_schema.py__test_boolean_list_property_0_0.txt +4 -4
- package/assets/tests_test_generate_validation_schema.py__test_boolean_property_with_required_value_0_0.txt +2 -2
- package/assets/tests_test_generate_validation_schema.py__test_checkbox_property_0_0.txt +6 -6
- package/assets/tests_test_generate_validation_schema.py__test_checkbox_tree_property_0_0.txt +6 -6
- package/assets/tests_test_generate_validation_schema.py__test_list_property_0_0.txt +4 -4
- package/assets/tests_test_generate_validation_schema.py__test_number_property_0_0.txt +3 -3
- package/assets/tests_test_generate_validation_schema.py__test_number_property_limits_0_0.txt +2 -2
- package/assets/tests_test_generate_validation_schema.py__test_optional_text_property_0_0.txt +4 -4
- package/assets/tests_test_generate_validation_schema.py__test_parse_question_limits_char_count_0_0.txt +2 -2
- package/assets/tests_test_generate_validation_schema.py__test_parse_question_limits_word_count_0_0.txt +2 -2
- package/assets/tests_test_generate_validation_schema.py__test_parse_question_limits_word_count_optional_0_0.txt +1 -1
- package/assets/tests_test_generate_validation_schema.py__test_radios_property_0_0.txt +6 -6
- package/assets/tests_test_generate_validation_schema.py__test_text_property_0_0.txt +3 -3
- package/assets/tests_test_generate_validation_schema.py__test_text_property_format_0_0.txt +3 -3
- package/assets/tests_test_generate_validation_schema.py__test_uri_property_0_0.txt +3 -3
- package/frameworks/digital-outcomes-6/messages/urls.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/declaration/10WorkingDays.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/declaration/informationChanges.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryReportingRequirements.yml +1 -1
- package/package.json +1 -1
- package/unit.html +47520 -25
- package/.hypothesis/examples/2807586e3345a769/0f3245fe775360ff +0 -0
- package/.hypothesis/examples/2807586e3345a769/795d3890ca11c2e7 +0 -0
- package/.hypothesis/examples/2807586e3345a769/828edb727d62bb46 +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_boolean_list_property:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 50% in data generation
|
|
5
5
|
- 2 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
8
|
-
- Typical runtimes:
|
|
9
|
-
- 98 passing examples, 0 failing examples,
|
|
7
|
+
- during generate phase (0.12 seconds):
|
|
8
|
+
- Typical runtimes: 0-1 ms, ~ 71% in data generation
|
|
9
|
+
- 98 passing examples, 0 failing examples, 1 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_boolean_property_with_required_value:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 33% in data generation
|
|
5
5
|
- 1 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
7
|
- during generate phase (0.00 seconds):
|
|
8
|
-
- Typical runtimes: < 1ms, ~
|
|
8
|
+
- Typical runtimes: < 1ms, ~ 42% in data generation
|
|
9
9
|
- 1 passing examples, 0 failing examples, 0 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because nothing left to do
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_checkbox_property:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes:
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 65% in data generation
|
|
5
5
|
- 2 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (1.
|
|
8
|
-
- Typical runtimes: 0-8 ms, ~
|
|
9
|
-
- 98 passing examples, 0 failing examples,
|
|
7
|
+
- during generate phase (1.64 seconds):
|
|
8
|
+
- Typical runtimes: 0-8 ms, ~ 90% in data generation
|
|
9
|
+
- 98 passing examples, 0 failing examples, 269 invalid examples
|
|
10
10
|
- Events:
|
|
11
|
-
* 71.
|
|
12
|
-
*
|
|
11
|
+
* 71.39%, Retried draw from lists(tuples(sampled_from(['label', 'value', 'description']), lists(<hypothesis.strategies._internal.strings.OneCharStringStrategy at 0x7f30dcc5a5b0>).map(''.join)), unique_by=operator.itemgetter(0)).map(dict).filter(lambda c: <unknown>) to satisfy filter
|
|
12
|
+
* 49.86%, Aborted test because unable to satisfy lists(tuples(sampled_from(['label', 'value', 'description']), lists(<hypothesis.strategies._internal.strings.OneCharStringStrategy at 0x7f30dcc5a5b0>).map(''.join)), unique_by=operator.itemgetter(0)).map(dict).filter(lambda c: <unknown>)
|
|
13
13
|
|
|
14
14
|
- Stopped because settings.max_examples=100
|
package/assets/tests_test_generate_validation_schema.py__test_checkbox_tree_property_0_0.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_checkbox_tree_property:
|
|
2
2
|
|
|
3
|
-
- during reuse phase (0.
|
|
4
|
-
- Typical runtimes:
|
|
3
|
+
- during reuse phase (0.32 seconds):
|
|
4
|
+
- Typical runtimes: 0-91 ms, ~ 95% in data generation
|
|
5
5
|
- 10 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (
|
|
8
|
-
- Typical runtimes: 0-
|
|
9
|
-
- 90 passing examples, 0 failing examples,
|
|
7
|
+
- during generate phase (22.85 seconds):
|
|
8
|
+
- Typical runtimes: 0-125 ms, ~ 96% in data generation
|
|
9
|
+
- 90 passing examples, 0 failing examples, 162 invalid examples
|
|
10
10
|
- Events:
|
|
11
|
-
*
|
|
11
|
+
* 69.84%, Draw for recursive(lists(nested_checkboxes()), create_options_with_children, max_leaves=10) exceeded max_leaves and had to be retried
|
|
12
12
|
|
|
13
13
|
- Stopped because settings.max_examples=100
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_list_property:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 45% in data generation
|
|
5
5
|
- 2 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
8
|
-
- Typical runtimes: 0-1 ms, ~
|
|
9
|
-
- 98 passing examples, 0 failing examples,
|
|
7
|
+
- during generate phase (0.11 seconds):
|
|
8
|
+
- Typical runtimes: 0-1 ms, ~ 72% in data generation
|
|
9
|
+
- 98 passing examples, 0 failing examples, 0 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_number_property:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 48% in data generation
|
|
5
5
|
- 2 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
7
|
+
- during generate phase (0.11 seconds):
|
|
8
8
|
- Typical runtimes: 0-1 ms, ~ 72% in data generation
|
|
9
|
-
- 98 passing examples, 0 failing examples,
|
|
9
|
+
- 98 passing examples, 0 failing examples, 2 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
package/assets/tests_test_generate_validation_schema.py__test_number_property_limits_0_0.txt
CHANGED
|
@@ -4,8 +4,8 @@ tests/test_generate_validation_schema.py::test_number_property_limits:
|
|
|
4
4
|
- Typical runtimes: < 1ms, ~ 50% in data generation
|
|
5
5
|
- 1 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
8
|
-
- Typical runtimes: < 1ms, ~
|
|
7
|
+
- during generate phase (0.06 seconds):
|
|
8
|
+
- Typical runtimes: < 1ms, ~ 63% in data generation
|
|
9
9
|
- 99 passing examples, 0 failing examples, 0 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
package/assets/tests_test_generate_validation_schema.py__test_optional_text_property_0_0.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_optional_text_property:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 48% in data generation
|
|
5
5
|
- 2 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
8
|
-
- Typical runtimes: 0-1 ms, ~
|
|
9
|
-
- 98 passing examples, 0 failing examples,
|
|
7
|
+
- during generate phase (0.13 seconds):
|
|
8
|
+
- Typical runtimes: 0-1 ms, ~ 72% in data generation
|
|
9
|
+
- 98 passing examples, 0 failing examples, 2 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_parse_question_limits_char_count:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 31% in data generation
|
|
5
5
|
- 1 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
7
|
- during generate phase (0.04 seconds):
|
|
8
|
-
- Typical runtimes: < 1ms, ~
|
|
8
|
+
- Typical runtimes: < 1ms, ~ 49% in data generation
|
|
9
9
|
- 99 passing examples, 0 failing examples, 0 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_parse_question_limits_word_count:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 38% in data generation
|
|
5
5
|
- 1 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
7
|
+
- during generate phase (0.86 seconds):
|
|
8
8
|
- Typical runtimes: 1-16 ms, ~ 3% in data generation
|
|
9
9
|
- 99 passing examples, 0 failing examples, 0 invalid examples
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@ tests/test_generate_validation_schema.py::test_parse_question_limits_word_count_
|
|
|
5
5
|
- 1 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
7
|
- during generate phase (0.04 seconds):
|
|
8
|
-
- Typical runtimes: < 1ms, ~
|
|
8
|
+
- Typical runtimes: < 1ms, ~ 25% in data generation
|
|
9
9
|
- 99 passing examples, 0 failing examples, 0 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_radios_property:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 62% in data generation
|
|
5
5
|
- 4 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (
|
|
8
|
-
- Typical runtimes: 0-8 ms, ~
|
|
9
|
-
- 96 passing examples, 0 failing examples,
|
|
7
|
+
- during generate phase (0.83 seconds):
|
|
8
|
+
- Typical runtimes: 0-8 ms, ~ 89% in data generation
|
|
9
|
+
- 96 passing examples, 0 failing examples, 80 invalid examples
|
|
10
10
|
- Events:
|
|
11
|
-
*
|
|
12
|
-
*
|
|
11
|
+
* 63.07%, Retried draw from lists(tuples(sampled_from(['label', 'value', 'description']), lists(<hypothesis.strategies._internal.strings.OneCharStringStrategy at 0x7f30dcc5a5b0>).map(''.join)), unique_by=operator.itemgetter(0)).map(dict).filter(lambda c: <unknown>) to satisfy filter
|
|
12
|
+
* 40.91%, Aborted test because unable to satisfy lists(tuples(sampled_from(['label', 'value', 'description']), lists(<hypothesis.strategies._internal.strings.OneCharStringStrategy at 0x7f30dcc5a5b0>).map(''.join)), unique_by=operator.itemgetter(0)).map(dict).filter(lambda c: <unknown>)
|
|
13
13
|
|
|
14
14
|
- Stopped because settings.max_examples=100
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_text_property:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 47% in data generation
|
|
5
5
|
- 2 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
8
|
-
- Typical runtimes:
|
|
7
|
+
- during generate phase (0.10 seconds):
|
|
8
|
+
- Typical runtimes: < 1ms, ~ 71% in data generation
|
|
9
9
|
- 98 passing examples, 0 failing examples, 1 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_text_property_format:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 45% in data generation
|
|
5
5
|
- 2 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
8
|
-
- Typical runtimes:
|
|
7
|
+
- during generate phase (0.10 seconds):
|
|
8
|
+
- Typical runtimes: < 1ms, ~ 69% in data generation
|
|
9
9
|
- 98 passing examples, 0 failing examples, 1 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
tests/test_generate_validation_schema.py::test_uri_property:
|
|
2
2
|
|
|
3
3
|
- during reuse phase (0.00 seconds):
|
|
4
|
-
- Typical runtimes: < 1ms, ~
|
|
4
|
+
- Typical runtimes: < 1ms, ~ 46% in data generation
|
|
5
5
|
- 2 passing examples, 0 failing examples, 0 invalid examples
|
|
6
6
|
|
|
7
|
-
- during generate phase (0.
|
|
8
|
-
- Typical runtimes:
|
|
7
|
+
- during generate phase (0.10 seconds):
|
|
8
|
+
- Typical runtimes: < 1ms, ~ 72% in data generation
|
|
9
9
|
- 98 passing examples, 0 failing examples, 1 invalid examples
|
|
10
10
|
|
|
11
11
|
- Stopped because settings.max_examples=100
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
call_off_contract_url: https://www.gov.uk/guidance/digital-outcomes-and-specialists-6-legal-documents/__placeholder__
|
|
2
2
|
framework_agreement_pdf_url: https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/947688/DOS5-framework-award-form.odt/__placeholder__
|
|
3
3
|
framework_agreement_url: https://www.gov.uk/guidance/digital-outcomes-and-specialists-6-legal-documents/__placeholder__
|
|
4
|
-
supplier_guide_url: https://www.gov.uk/guidance/
|
|
4
|
+
supplier_guide_url: https://www.gov.uk/guidance/how-to-apply-to-sell-on-the-digital-outcomes-framework
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: Signing and returning the framework agreement
|
|
2
2
|
question: >
|
|
3
|
-
Do you agree to sign and return the final framework agreement within 10
|
|
3
|
+
Do you agree to sign and return the final framework agreement within 10 calendar days of it being issued by the Crown Commercial Service?
|
|
4
4
|
|
|
5
5
|
type: boolean
|
|
6
6
|
assessment:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: Changes to information
|
|
2
2
|
question: >
|
|
3
|
-
Do you agree to inform the Crown Commercial Service as soon as practicably possible, not exceeding 30 days, if there are any changes to the information you’re providing in this supplier declaration?
|
|
3
|
+
Do you agree to inform the Crown Commercial Service as soon as practicably possible, not exceeding 30 calendar days, if there are any changes to the information you’re providing in this supplier declaration?
|
|
4
4
|
type: boolean
|
|
5
5
|
assessment:
|
|
6
6
|
passIfIn:
|
package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryReportingRequirements.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Modern slavery reporting requirements
|
|
2
|
-
question: Does your organisation comply with the annual reporting requirements of section 54 of The Modern Slavery Act (2015)
|
|
2
|
+
question: Does your organisation comply with the annual reporting requirements of <a class="govuk-link" href="https://www.legislation.gov.uk/ukpga/2015/30/section/54" target="_blank"> section 54 of The Modern Slavery Act (2015)</a>?
|
|
3
3
|
hint: You must publish a slavery and human trafficking statement to comply with the act.
|
|
4
4
|
|
|
5
5
|
hidden: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|