Skip to content

Commit

Permalink
Report Datasette version in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 16, 2024
1 parent ccf69db commit a9835ea
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 a9835ea

Please sign in to comment.