File tree Expand file tree Collapse file tree
tests/features/notice_metadata_processor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Created by dude at 25/01/2022
2+ Feature : Notice metadata normalizer
3+ A fetched notice metadata should be normalized
4+
5+ Scenario Outline : Normalizing a notice metadata
6+ Given a notice
7+ When the normalize process is executed
8+ Then a normalized notice <metadata> is <possibly> available
9+ And the notice status is NORMALISED_METADATA
10+ And normalised metadata is available
11+
12+ Examples :
13+ | metadata | possibly |
14+ | title | True |
15+ | long_title | True |
16+ | notice_publication_number | True |
17+ | publication_date | True |
18+ | ojs_issue_number | True |
19+ | ojs_type | True |
20+ | city_of_buyer | True |
21+ | name_of_buyer | True |
22+ | original_language | True |
23+ | country_of_buyer | True |
24+ | eu_institution | True |
25+ | document_sent_date | True |
26+ | deadline_for_submission | False |
27+ | notice_type | True |
28+ | form_type | True |
29+ | place_of_performance | True |
30+ | legal_basis_directive | True |
31+
You can’t perform that action at this time.
0 commit comments