From 8d71c4ac9911b4ab81b0832dca9192535cf11c24 Mon Sep 17 00:00:00 2001 From: Javid Ahmed Date: Sun, 12 Apr 2026 22:49:30 +0100 Subject: [PATCH] Update documentation to specify project name in Software Maintenance Guide and correct module reference in logging tests --- docs/source/smg.rst | 2 +- tests/test_logging_setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/smg.rst b/docs/source/smg.rst index d51ba29..391867a 100644 --- a/docs/source/smg.rst +++ b/docs/source/smg.rst @@ -1,7 +1,7 @@ Software Maintenance Guide =========================== -This document outlines how to configure and setup a development environment to work on this codebase. +This document outlines how to configure and setup a development environment to work on |project_name|. Backend (Python) ---------------- diff --git a/tests/test_logging_setup.py b/tests/test_logging_setup.py index 5f8ca9c..134ddeb 100644 --- a/tests/test_logging_setup.py +++ b/tests/test_logging_setup.py @@ -1,4 +1,4 @@ -"""Unit tests for the python_template_server.logging_setup module.""" +"""Unit tests for the template_python.logging_setup module.""" import logging from unittest.mock import MagicMock