Ensure future names collision problem does not arise
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Thu, 14 May 2020 17:42:36 +0000 (19:42 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Thu, 14 May 2020 17:42:36 +0000 (19:42 +0200)
commitb7869011ee517ea9fc8e97991cc714318c10afaf
tree1e6eeb623f36967670e1cc44183a47963bd5f305
parent93ddfd21d4b502cd79b0d36e14518fbbde5982b2
Ensure future names collision problem does not arise

Better to consider directories as packages, so pytest
will append package names to tests and you could have
tests with the same name along the tree.

although this seems not to be very probable in this
ADML testing, it is better to make this thing safer.
example/diameter/launcher/resources/rest_api/ct/client-sessions-visibility/__init__.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/flow-operations/__init__.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/__init__.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/hot-changes/__init__.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/node-management/__init__.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/parsing-operations/__init__.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/snapshots/__init__.py [new file with mode: 0644]