labthings / labthings/labthings-fastapi
`thing_state` is a property but isn't available in a client
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The thing_state proeprty isn't available to client code
To Reproduce
Create a lt.TestClient for a Thing in a unit test (not tested for other client types). Try to access thing_state. Get an error that it doesn't exist
Expected behaviour
I'd expect the thing_state to be available to read as it is a property.
System:
- OS: Ubuntu 24.04
- Python version: 3.11
- Version: 0.0.11
Additional context
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with an lt.TestClient for a Thing and accessing thing_state, as described in the report. Trace the client-facing handling of Thing properties and add or update a unit test; done means thing_state can be read without an attribute error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fastapi, python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100