diff --git a/tests/test_base/test_base_error.py b/tests/test_base/test_base_error.py index eba4d7ef..45151413 100644 --- a/tests/test_base/test_base_error.py +++ b/tests/test_base/test_base_error.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Error Tester -========================== +novelWriter – Error Handler Tester +================================== This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_core/test_core_index.py b/tests/test_core/test_core_index.py index 68892a6d..46396574 100644 --- a/tests/test_core/test_core_index.py +++ b/tests/test_core/test_core_index.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -novelWriter – Project Class Tester +novelWriter – NWIndex Class Tester ================================== This file is a part of novelWriter diff --git a/tests/test_core/test_core_project.py b/tests/test_core/test_core_project.py index 1e389322..61c2d25f 100644 --- a/tests/test_core/test_core_project.py +++ b/tests/test_core/test_core_project.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Project Class Tester -================================== +novelWriter – NWProject Class Tester +==================================== This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_core/test_core_spell.py b/tests/test_core/test_core_spell.py index 39b71d0c..4a9bde15 100644 --- a/tests/test_core/test_core_spell.py +++ b/tests/test_core/test_core_spell.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Spell Check Class Tester -====================================== +novelWriter – Spell Check Classes Tester +======================================== This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_core/test_core_status.py b/tests/test_core/test_core_status.py index afd0ed9e..ee2ea24e 100644 --- a/tests/test_core/test_core_status.py +++ b/tests/test_core/test_core_status.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Status Class Tester -================================= +novelWriter – NWStatus Class Tester +=================================== This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_core/test_core_tools.py b/tests/test_core/test_core_tools.py index ca9a2518..d49ebf15 100644 --- a/tests/test_core/test_core_tools.py +++ b/tests/test_core/test_core_tools.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Tools Tester -========================== +novelWriter – Core Tools Tester +=============================== This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_gui/test_gui_dialogs.py b/tests/test_gui/test_gui_dialogs.py index cd931d49..243434d3 100644 --- a/tests/test_gui/test_gui_dialogs.py +++ b/tests/test_gui/test_gui_dialogs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Dialog Class Tester -================================= +novelWriter – Other Dialog Classes Tester +========================================= This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_gui/test_gui_noveltree.py b/tests/test_gui/test_gui_noveltree.py index 44b22688..9bf3a7d8 100644 --- a/tests/test_gui/test_gui_noveltree.py +++ b/tests/test_gui/test_gui_noveltree.py @@ -1,5 +1,23 @@ # -*- coding: utf-8 -*- -"""novelWriter Main GUI Project Tree Class Tester +""" +novelWriter – Main GUI Novel Tree Class Tester +============================================== + +This file is a part of novelWriter +Copyright 2018–2021, Veronica Berglyd Olsen + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . """ import pytest diff --git a/tests/test_gui/test_gui_preferences.py b/tests/test_gui/test_gui_preferences.py index 26fa15a5..6247433a 100644 --- a/tests/test_gui/test_gui_preferences.py +++ b/tests/test_gui/test_gui_preferences.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Dialog Class Tester -================================= +novelWriter – Preferences Dialog Class Tester +============================================= This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_gui/test_gui_projload.py b/tests/test_gui/test_gui_projload.py index 4d1c1b0b..1776a6a7 100644 --- a/tests/test_gui/test_gui_projload.py +++ b/tests/test_gui/test_gui_projload.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Dialog Class Tester -================================= +novelWriter – Project Load Dialog Class Tester +============================================== This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_gui/test_gui_projwizard.py b/tests/test_gui/test_gui_projwizard.py index c689cecb..f2a967fc 100644 --- a/tests/test_gui/test_gui_projwizard.py +++ b/tests/test_gui/test_gui_projwizard.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Project Wizard Class Tester -========================================= +novelWriter – New Project Wizard Class Tester +============================================= This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen diff --git a/tests/test_gui/test_gui_theme.py b/tests/test_gui/test_gui_theme.py index 95dc87a1..ce719ea2 100644 --- a/tests/test_gui/test_gui_theme.py +++ b/tests/test_gui/test_gui_theme.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -novelWriter – Main GUI Class Tester -=================================== +novelWriter – GUI Theme and Icons Classes Tester +================================================ This file is a part of novelWriter Copyright 2018–2021, Veronica Berglyd Olsen