Skip to content

Commit

Permalink
Updated test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouDiaoNlp committed Aug 23, 2023
1 parent f342f4f commit e9d9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pylexique.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_cli_integration():
with runner.isolated_filesystem():
result = runner.invoke(cli.main, ["bonjour"])
assert result.exit_code == 0
assert "Lexical Information for 'bonjour'" in result.output
assert "Lexical Information for" in result.output
assert "'bonjour'" in result.output

# Mocking external dependencies
Expand Down

0 comments on commit e9d9c01

Please sign in to comment.