Skip to content

Commit

Permalink
Show Datasette version in pytest header, refs #43
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 13, 2024
1 parent c27590a commit 5b7a5e2
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
@@ -0,0 +1,5 @@
import datasette


def pytest_report_header():
return "Datasette: {}".format(datasette.__version__)

0 comments on commit 5b7a5e2

Please sign in to comment.