Remove all END Test comments

This commit is contained in:
Veronica Berglyd Olsen
2024-05-10 16:06:23 +02:00
parent 142d7c4f3a
commit 3f4538a60e
55 changed files with 148 additions and 671 deletions
+6 -5
View File
@@ -20,18 +20,19 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import sys
import pytest
import shutil
import logging
import shutil
import sys
from pathlib import Path
from tools import cleanProject
from mocked import MockGuiMain, MockTheme
import pytest
from PyQt5.QtWidgets import QMessageBox
from tests.mocked import MockGuiMain, MockTheme
from tests.tools import cleanProject
sys.path.insert(1, str(Path(__file__).parent.parent.absolute()))
from novelwriter import CONFIG, SHARED, main # noqa: E402