Skip to content

Commit

Permalink
tests: rename-squash
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Mar 17, 2023
1 parent 852545a commit 187bdb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_subdomains.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ class Dummy(SubDomainSet):

class TestSubDomain_w_condition(object):

def test_condition_w_subdomain(self):
def test_condition_w_subdomain_v0(self):

shape = (10, )
grid = Grid(shape=shape)
Expand Down Expand Up @@ -663,7 +663,7 @@ def define(self, dimensions):

assert_structure(op, ['i1x'], 'i1x')

def test_condition_w_subdomain_II(self):
def test_condition_w_subdomain_v1(self):

shape = (10, 10)
grid = Grid(shape=shape)
Expand Down Expand Up @@ -695,7 +695,7 @@ def define(self, dimensions):

assert_structure(op, ['xi1y'], 'xi1y')

def test_condition_w_subdomain_III(self):
def test_condition_w_subdomain_v2(self):

shape = (10, 10)
grid = Grid(shape=shape)
Expand Down

0 comments on commit 187bdb6

Please sign in to comment.