Skip to content

Commit

Permalink
test: Add pytest and version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Jul 10, 2023
1 parent ea8729b commit b255a54
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 69 deletions.
59 changes: 0 additions & 59 deletions biscuit/core/components/extensions/test_sandbox.py

This file was deleted.

10 changes: 0 additions & 10 deletions biscuit/core/components/extensions/test_sandbox_script.py

This file was deleted.

Empty file added tests/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions tests/test_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from biscuit import __version__


def test_version():
assert __version__ == '2.5.0'

0 comments on commit b255a54

Please sign in to comment.