1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Some needs
==========
**Some needs**
.. req:: My first requirement
:status: open
:tags: requirement; test; awesome
This is my **first** requirement!!
.. note:: You can use any rst code inside it :)
.. spec:: Specification of a requirement
:id: OWN_ID_123
:links: R_F4722
Outgoing links of this spec: :need_outgoing:`OWN_ID_123`.
.. impl:: Implementation for specification
:id: IMPL_01
:links: OWN_ID_123
Incoming links of this spec: :need_outgoing:`IMPL_01`.
.. test:: Test for XY
:status: implemented
:tags: test; user_interface; python27
:links: OWN_ID_123; impl_01
This test checks :need:`impl_01` for :need:`OWN_ID_123` inside a
Python 2.7 environment.
**Linking inside text**
As :need:IMPL_01 shows, the linked :need:OWN_ID_123 is realisable.
**Filter result as list**
.. needlist::
:tags: test
:show_filters:
**Filter result as table**
.. needlist::
:tags: test
:status: implemented
:show_filters:
:layout: table
**Filter result as diagram**
.. needlist::
:layout: diagram
|