Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Feb 29, 2024
1 parent 409159b commit b84daba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
] # Add project dependencies here, e.g. ["click", "numpy"]
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.rst"
readme = "README.md"
requires-python = ">=3.8"

[project.optional-dependencies]
Expand Down
9 changes: 0 additions & 9 deletions tests/test_cli.py

This file was deleted.

2 changes: 0 additions & 2 deletions tests/test_ioc.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,6 @@ async def test_time_record_updater_update_drvl(
time_record_updater, test_prefix = mocked_time_record_updater
await time_record_updater.update_drvl()

# ...Just to make mypy happy...
assert isinstance(time_record_updater.client, MagicMock)
time_record_updater.client.send.assert_called_once_with(GetLine("TEST.MIN"))

db_put_field.assert_called_once()
Expand Down

0 comments on commit b84daba

Please sign in to comment.