Skip to content

Commit

Permalink
#10 Added a comment about fixtures in conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Mar 17, 2019
1 parent d1e9334 commit 126af96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
This file contains global fixtures to use broadly on tests.
Read more here: https://docs.pytest.org/en/latest/fixture.html#conftest-py-sharing-fixture-functions
"""

from datetime import datetime
from pytest import fixture
from telegram import Message, User, Chat, Update
Expand Down

0 comments on commit 126af96

Please sign in to comment.