From db79cb2d9575aaf435fa6ca89cfdc373270d65c8 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 10 Jul 2023 15:44:06 +0100 Subject: [PATCH] tests: test for print_config added. --- tests/misc_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/misc_test.py b/tests/misc_test.py index 3211a806..99bb5056 100644 --- a/tests/misc_test.py +++ b/tests/misc_test.py @@ -18,3 +18,7 @@ def test_obs_errorbar(): pe.errorbar(x_obs, y_obs, marker="x", ms=2, xerr=xerr, yerr=yerr) plt.close('all') + + +def test_print_config(): + pe.print_config()