summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_systems.py
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2021-01-16 20:09:31 -0300
committerGitHub <noreply@github.com>2021-01-16 20:09:31 -0300
commit34e25ccfb091fc07c520ef4f0d518925d31d2f42 (patch)
tree13a01b163041a8673ed1456428f3c11d8c3d8c56 /pint/testsuite/test_systems.py
parent4548e512a9486abe4476b340d3b303679a10e51c (diff)
parent012bb5c8ba12a90c0746a97ea55d289fef8387ac (diff)
downloadpint-34e25ccfb091fc07c520ef4f0d518925d31d2f42.tar.gz
Merge branch 'master' into _pytest_migration
Diffstat (limited to 'pint/testsuite/test_systems.py')
-rw-r--r--pint/testsuite/test_systems.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pint/testsuite/test_systems.py b/pint/testsuite/test_systems.py
index 92d77a9..8c54d8f 100644
--- a/pint/testsuite/test_systems.py
+++ b/pint/testsuite/test_systems.py
@@ -11,7 +11,7 @@ class TestGroup:
grp.invalidate_members()
return ureg, ureg.get_group("root")
- def test_units_programatically(self):
+ def test_units_programmatically(self):
ureg, root = self._build_empty_reg_root()
d = ureg._groups
@@ -36,7 +36,7 @@ class TestGroup:
with pytest.raises(ValueError):
g3.add_groups("root")
- def test_groups_programatically(self):
+ def test_groups_programmatically(self):
ureg, root = self._build_empty_reg_root()
d = ureg._groups
g2 = ureg.Group("g2")