various #16
1 changed files with 2 additions and 0 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import pytest
|
||||
from icecream import ic
|
||||
|
||||
from pytest_abra.custom_fixtures import Message
|
||||
|
||||
|
||||
@pytest.mark.skip
|
||||
def test_demo(imap_recent_messages: list[Message]):
|
||||
for message in imap_recent_messages:
|
||||
print(dir(message))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue