diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c0577..26a97ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,3 @@ -v1.0.2 [2023-11-03] -=================== - - * Made constellation determination more robust with partial, case-insensitive matching - v1.0.1 [2022-02-16] =================== diff --git a/octofludb/version.py b/octofludb/version.py index 7863915..5c4105c 100644 --- a/octofludb/version.py +++ b/octofludb/version.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.1" diff --git a/runtests.py b/runtests.py index b4857ce..89b0d13 100755 --- a/runtests.py +++ b/runtests.py @@ -957,12 +957,12 @@ def test_constellations_mixed(self): def test_constellations_well_mixed(self): data = [ # A VPPVPT - ("A", "PB2", "LAIV"), - ("A", "PB2", "TX98"), # both V + ("A", "PB2", "LAIV"), + ("A", "PB2", "TX98"), # both V ("A", "PB1", "pdm"), ("A", "PA", "pdm"), ("A", "NP", "LAIV"), - ("A", "NP", "TX98"), # both V + ("A", "NP", "TX98"), # both V ("A", "M", "pdm"), ("A", "NS", "TRIG"), ("A", "NS", "TRIG"), # duplicates are fine @@ -984,7 +984,7 @@ def test_constellations_irregular(self): ] out = [("A", "PX-P-T")] self.assertEqual(formatter._make_constellations(data), out) - + def test_constellations_flexible(self): data = [ # A AAAAPX