Skip to content

Commit

Permalink
Add .sum4all to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 12, 2024
1 parent 308095e commit 27928a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions transport_data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
"oica",
"org",
"other",
"sum4all",
)
2 changes: 1 addition & 1 deletion transport_data/tests/test_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def test_get_agencyscheme() -> None:
as_ = get_agencyscheme()

# Number of agencies associated with code in the transport_data repo
assert 11 == len(as_)
assert 12 == len(as_)


def test_refresh() -> None:
Expand Down
2 changes: 1 addition & 1 deletion transport_data/tests/util/test_pluggy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def test_plugin_manager():
from transport_data.util.pluggy import pm

assert 9 == len(pm.list_name_plugin())
assert 10 == len(pm.list_name_plugin())

0 comments on commit 27928a5

Please sign in to comment.