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)
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]

diff --git a/example/diameter/launcher/resources/rest_api/ct/client-sessions-visibility/__init__.py b/example/diameter/launcher/resources/rest_api/ct/client-sessions-visibility/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/example/diameter/launcher/resources/rest_api/ct/flow-operations/__init__.py b/example/diameter/launcher/resources/rest_api/ct/flow-operations/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/__init__.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/example/diameter/launcher/resources/rest_api/ct/hot-changes/__init__.py b/example/diameter/launcher/resources/rest_api/ct/hot-changes/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/example/diameter/launcher/resources/rest_api/ct/node-management/__init__.py b/example/diameter/launcher/resources/rest_api/ct/node-management/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/example/diameter/launcher/resources/rest_api/ct/parsing-operations/__init__.py b/example/diameter/launcher/resources/rest_api/ct/parsing-operations/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/example/diameter/launcher/resources/rest_api/ct/snapshots/__init__.py b/example/diameter/launcher/resources/rest_api/ct/snapshots/__init__.py
new file mode 100644 (file)
index 0000000..e69de29