Initial commit
This commit is contained in:
commit
26c7b0a442
18 changed files with 696 additions and 0 deletions
11
tests/conftest.py
Normal file
11
tests/conftest.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Dummy conftest.py for zotero_joplin_binder.
|
||||
|
||||
If you don't know what this is for, just leave it empty.
|
||||
Read more about conftest.py under:
|
||||
- https://docs.pytest.org/en/stable/fixture.html
|
||||
- https://docs.pytest.org/en/stable/writing_plugins.html
|
||||
"""
|
||||
|
||||
# import pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue