From 0e61eef6b37a16f53019c072559d50c7c75e6052 Mon Sep 17 00:00:00 2001 From: Nora-Olivia-Ammann <103038637+Nora-Olivia-Ammann@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:04:55 +0100 Subject: [PATCH] chore(test): make integration test general commands (#846) Co-authored-by: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> --- .../commands/test_generate_templates.py | 0 test/{unittests => integration}/commands/test_rosetta.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{unittests => integration}/commands/test_generate_templates.py (100%) rename test/{unittests => integration}/commands/test_rosetta.py (100%) diff --git a/test/unittests/commands/test_generate_templates.py b/test/integration/commands/test_generate_templates.py similarity index 100% rename from test/unittests/commands/test_generate_templates.py rename to test/integration/commands/test_generate_templates.py diff --git a/test/unittests/commands/test_rosetta.py b/test/integration/commands/test_rosetta.py similarity index 100% rename from test/unittests/commands/test_rosetta.py rename to test/integration/commands/test_rosetta.py