Skip to content

Commit

Permalink
updated entry point to natlink.extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dougransom committed Dec 29, 2022
1 parent 35922ab commit f2d855b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ test = [
"pytest >=7.1.2",
]
dev = [
"pyenvutils",
"pyenvutils","entry-point-inspector"
]
[project.entry-points.natlink_extensions]
[project.entry-points."natlink.extensions"]
unimacro_builtins = "unimacro.UnimacroGrammars:locateme"

[tool.pytest.ini_options]
Expand Down
3 changes: 3 additions & 0 deletions tests/test_grammar_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ def gotResults_gramoff(self, words, fullResults):
def test_getAllGrammars(monkeypatch):
"""see if we can get all the grammars
"""

Doug get this working.

monkeypatch.setattr(status, "getUnimacroUserDirectory", mock_unimacro_user_dir)

natlink.natConnect()
Expand Down

0 comments on commit f2d855b

Please sign in to comment.