aboutsummaryrefslogtreecommitdiff
path: root/test/test_graphic.py
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-08-23 10:25:04 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-08-23 10:25:04 +0200
commit2badfec0af21bff0620ff564a858069bd9690786 (patch)
treed8a3dbf60f87ceb384d6b33c7a99ba1c3e81be5a /test/test_graphic.py
parentf291652ca5c6981a3096a6a2bd558f0214ea3784 (diff)
Add test for harmonic and finite potentials
Diffstat (limited to 'test/test_graphic.py')
-rw-r--r--test/test_graphic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_graphic.py b/test/test_graphic.py
index 8433cae..1c23d08 100644
--- a/test/test_graphic.py
+++ b/test/test_graphic.py
@@ -11,7 +11,7 @@ potential = {}
e = {}
v = {}
-FORMS = ['asymmetric', 'double_linear', 'double_cubic']
+FORMS = ['asymmetric', 'double_linear', 'double_cubic', 'harmonic', 'finite']
@pytest.mark.parametrize('form', FORMS)
def test_potential(form: str) -> None: