mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
PEP8 fixes
This commit is contained in:
parent
3c7a050349
commit
4453f2bbc3
2 changed files with 4 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
0.2.0 - unreleased
|
||||
==================
|
||||
|
||||
Note that bee files from version 0.2.0 won't open in BeeRef 0.1.x.
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
* You can now add plain text notes. Bee files from version 0.2.0 won't work with BeeRef 0.1.x.
|
||||
* You can now add plain text notes
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ def test_all_migrations(tmpfile):
|
|||
assert json.loads(result[2]) == {'filename': 'bee.png'}
|
||||
assert result[3] == b'bla'
|
||||
|
||||
|
||||
def test_sqliteio_ẁrite_meta_application_id(tmpfile):
|
||||
io = SQLiteIO(tmpfile, MagicMock(), create_new=True)
|
||||
io.write_meta()
|
||||
|
|
|
|||
Loading…
Reference in a new issue