From 89a083000fddba3c1d043373c9cc2734f3f3a655 Mon Sep 17 00:00:00 2001 From: btski Date: Fri, 3 Nov 2023 13:23:38 -0500 Subject: [PATCH] Revert "Updated minor version to reflect last comment; fixed spacing issues triggering failed checks" This reverts commit 51cbf393f7cdcdc255bfe3138cdb373aff6b988f. --- CHANGELOG.md | 5 ----- octofludb/version.py | 2 +- runtests.py | 8 ++++---- 3 files changed, 5 insertions(+), 10 deletions(-) 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