From 187bdb6bf597bf3cf72a23d96e055b39dc89e795 Mon Sep 17 00:00:00 2001 From: George Bisbas Date: Mon, 30 Jan 2023 11:59:15 +0000 Subject: [PATCH] tests: rename-squash --- tests/test_subdomains.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_subdomains.py b/tests/test_subdomains.py index eed6412353..3b9df3ae25 100644 --- a/tests/test_subdomains.py +++ b/tests/test_subdomains.py @@ -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) @@ -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) @@ -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)