Skip to content

Commit f242aff

Browse files
Create test_creating_notice.feature
1 parent 4f7450d commit f242aff

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Date: 29/01/2022
2+
# Author: Eugeniu Costetchi
3+
# Email: costezki.eugen@gmail.com
4+
5+
Feature: Notice creation
6+
7+
A notice is created so that it can be used in the system.
8+
9+
Scenario: Create a bare minimum notice
10+
Given a TED identifier ted_identifier
11+
And original TED notice metadata notice_metadata
12+
And the XML content of the notice xml_content
13+
When a notice is instantiated
14+
Then a new notice object is available
15+
And notice_metadata, xml_content, source_url and status RAW are accessible
16+

0 commit comments

Comments
 (0)