Skip to content

Commit 9a14436

Browse files
Create metadata_normaliser.feature
1 parent 4628988 commit 9a14436

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+

0 commit comments

Comments
 (0)