Skip to content

Commit

Permalink
add back in all tests try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Anibal committed Nov 2, 2023
1 parent 0ef51ad commit dc7e8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_tear_down.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
class TestCaseDerivs(unittest.TestCase):
def setUp(self) -> None:
self.avl_solver = AVLSolver(geo_file=geom_file)
self.avl_solver = avl_solver
pass

def tearDown(self):
# Without the following line a copy of large_list will be kept in
Expand Down
3 changes: 3 additions & 0 deletions tools/wheels/cibw_test_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ python -m unittest -v test_new_subroutines.py
free -m | awk 'NR==2{printf "Memory Usage: %s/%sMB (%.2f%%)\n", $3,$2,$3*100/$2 }'
python -m unittest -v test_partial_derivs.py
free -m | awk 'NR==2{printf "Memory Usage: %s/%sMB (%.2f%%)\n", $3,$2,$3*100/$2 }'
python -m unittest -v test_consurf_partial_derivs.py
free -m | awk 'NR==2{printf "Memory Usage: %s/%sMB (%.2f%%)\n", $3,$2,$3*100/$2 }'
python -m unittest -v test_total_derivs.py
free -m | awk 'NR==2{printf "Memory Usage: %s/%sMB (%.2f%%)\n", $3,$2,$3*100/$2 }'

# test mem ussage of pyavl and test framework
python -m unittest -v test_tear_down.py
free -m | awk 'NR==2{printf "Memory Usage: %s/%sMB (%.2f%%)\n", $3,$2,$3*100/$2 }'
Expand Down

0 comments on commit dc7e8e3

Please sign in to comment.