(tournament_model)
| 198 | |
| 199 | @pytest.mark.asyncio |
| 200 | async def test_str(tournament_model): |
| 201 | mdl = tournament_model |
| 202 | assert str(mdl) == "Test" |
| 203 | |
| 204 | |
| 205 | @pytest.mark.asyncio |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…