Skip to content

Commit

Permalink
adding test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavakula01 committed Dec 12, 2024
1 parent cdf8734 commit 325ca19
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/test_simulation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
"""
This file should hold the test cases for the 'simulation.py' class
"""


def test_initializing_simulation():
pass

def test_get_phi_value():
pass

def test_z_func_calculation():
pass

def test_initialize_concentration():
pass

def test_compute_viscosity():
pass

0 comments on commit 325ca19

Please sign in to comment.