tests: test for print_config added.

This commit is contained in:
Fabian Joswig 2023-07-10 15:44:06 +01:00
parent 9589820253
commit db79cb2d95
No known key found for this signature in database

View file

@ -18,3 +18,7 @@ def test_obs_errorbar():
pe.errorbar(x_obs, y_obs, marker="x", ms=2, xerr=xerr, yerr=yerr) pe.errorbar(x_obs, y_obs, marker="x", ms=2, xerr=xerr, yerr=yerr)
plt.close('all') plt.close('all')
def test_print_config():
pe.print_config()