Home
last modified time | relevance | path

Searched defs:add_fixture (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/py-python-docx/python-docx-0.8.11/tests/oxml/
H A Dtest_styles.py20 def it_can_add_a_style_of_type(self, add_fixture): argument
36 def add_fixture(self, request): member in DescribeCT_Styles
H A Dtest_xmlchemy.py244 def it_adds_an_add_method_for_the_child_element(self, add_fixture): argument
263 def add_fixture(self): member in DescribeChoice
354 def it_adds_a_private_add_method_for_the_child_element(self, add_fixture): argument
363 def it_adds_a_public_add_method_for_the_child_element(self, add_fixture): argument
375 def add_fixture(self): member in DescribeOneOrMore
524 def it_adds_an_add_method_for_the_child_element(self, add_fixture): argument
533 def it_adds_a_public_add_method_for_the_child_element(self, add_fixture): argument
548 def add_fixture(self): member in DescribeZeroOrMore
596 def it_adds_an_add_method_for_the_child_element(self, add_fixture): argument
628 def add_fixture(self): member in DescribeZeroOrOne
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/testing/plugin/
H A Dreinvent_fixtures_py2k.py44 def add_fixture(fn, fixture): function
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/styles/
H A Dtest_latent.py133 def it_can_add_a_latent_style(self, add_fixture): argument
195 def add_fixture(self): member in DescribeLatentStyles
H A Dtest_styles.py58 def it_can_add_a_new_style(self, add_fixture): argument
183 def add_fixture(self, request, styles_elm_, _getitem_, style_elm_, member in DescribeStyles
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/
H A Dcompiler_test.py194 def add_fixture(klazz, name): function