Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Gladding committed Nov 30, 2023
1 parent 3915cc6 commit 5bf696c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ Parse a file containing HTML:
```pycon
>>> with open("example.html", "r") as file:
... mf2json = mf2py.parse(doc=file)
>>> mf2json # doctest: +NORMALIZE_WHITESPACE
>>> mf2json
{'items': [{'type': ['h-entry'],
'properties': {'name': ['Hello'],
'content': [{'html': 'Just saying hi.',
'value': 'Just saying hi.'}]}}],
'content': [{'value': 'Just saying hi.',
'lang': 'en-us',
'html': 'Just saying hi.'}]},
'lang': 'en-us'}],
'rels': {},
'rel-urls': {},
'debug': {'description': 'mf2py - microformats2 parser for python',
Expand Down
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

0 comments on commit 5bf696c

Please sign in to comment.