Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jun 2, 2024
1 parent de5e537 commit 6f54c3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/test.py

This file was deleted.

7 changes: 7 additions & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import pyvcell_fvsolver as fv

def test_version():
assert fv.__version__ == "0.0.1"

def test_version():
assert fv.version() is not None

0 comments on commit 6f54c3b

Please sign in to comment.