From b7869011ee517ea9fc8e97991cc714318c10afaf Mon Sep 17 00:00:00 2001 From: "Eduardo Ramos Testillano (eramedu)" Date: Thu, 14 May 2020 19:42:36 +0200 Subject: [PATCH] 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. --- .../resources/rest_api/ct/client-sessions-visibility/__init__.py | 0 .../launcher/resources/rest_api/ct/flow-operations/__init__.py | 0 .../launcher/resources/rest_api/ct/fsm-testing/__init__.py | 0 .../launcher/resources/rest_api/ct/hot-changes/__init__.py | 0 .../launcher/resources/rest_api/ct/node-management/__init__.py | 0 .../launcher/resources/rest_api/ct/parsing-operations/__init__.py | 0 .../diameter/launcher/resources/rest_api/ct/snapshots/__init__.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 example/diameter/launcher/resources/rest_api/ct/client-sessions-visibility/__init__.py create mode 100644 example/diameter/launcher/resources/rest_api/ct/flow-operations/__init__.py create mode 100644 example/diameter/launcher/resources/rest_api/ct/fsm-testing/__init__.py create mode 100644 example/diameter/launcher/resources/rest_api/ct/hot-changes/__init__.py create mode 100644 example/diameter/launcher/resources/rest_api/ct/node-management/__init__.py create mode 100644 example/diameter/launcher/resources/rest_api/ct/parsing-operations/__init__.py create mode 100644 example/diameter/launcher/resources/rest_api/ct/snapshots/__init__.py 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 -- 2.20.1