From: Eduardo Ramos Testillano (eramedu) Date: Thu, 14 May 2020 17:42:36 +0000 (+0200) Subject: Ensure future names collision problem does not arise X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=b7869011ee517ea9fc8e97991cc714318c10afaf 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. --- 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 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 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 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 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 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 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 index 0000000..e69de29