From 16a232870268df627b27ba78c1f638474d20eab9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 11 May 2022 12:55:04 +0200 Subject: [PATCH] move tests to their functions --- InvenTree/plugin/{ => base/action}/test_action.py | 0 InvenTree/plugin/{ => base/barcodes}/test_barcode.py | 0 InvenTree/plugin/{ => base/integration}/test_mixins.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename InvenTree/plugin/{ => base/action}/test_action.py (100%) rename InvenTree/plugin/{ => base/barcodes}/test_barcode.py (100%) rename InvenTree/plugin/{ => base/integration}/test_mixins.py (100%) diff --git a/InvenTree/plugin/test_action.py b/InvenTree/plugin/base/action/test_action.py similarity index 100% rename from InvenTree/plugin/test_action.py rename to InvenTree/plugin/base/action/test_action.py diff --git a/InvenTree/plugin/test_barcode.py b/InvenTree/plugin/base/barcodes/test_barcode.py similarity index 100% rename from InvenTree/plugin/test_barcode.py rename to InvenTree/plugin/base/barcodes/test_barcode.py diff --git a/InvenTree/plugin/test_mixins.py b/InvenTree/plugin/base/integration/test_mixins.py similarity index 100% rename from InvenTree/plugin/test_mixins.py rename to InvenTree/plugin/base/integration/test_mixins.py