From 7116ce54fe14adfbb88071f7ee88db9bb841fd53 Mon Sep 17 00:00:00 2001 From: Daniel Persson Date: Sat, 28 Sep 2024 23:46:27 +0200 Subject: [PATCH] Rename test_config.py to test_main.py It's testing more than just config now. --- test_config.py => test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test_config.py => test_main.py (99%) diff --git a/test_config.py b/test_main.py similarity index 99% rename from test_config.py rename to test_main.py index ce15867..ed8c0bb 100644 --- a/test_config.py +++ b/test_main.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Tests for reading, merging and parsing config +Tests for the main launcher """ import argparse