test_dummy#

Module Contents#

Functions#

fixture_work_directory()

Return a temporary folder that can be used as for example a computer's work directory.

fixture_computer_localhost(fixture_work_directory)

Return a Computer instance mocking a localhost setup.

test_naive_parser(fixture_computer_localhost)

Attributes#

pytest_plugins

test_dummy.pytest_plugins = ['aiida.manage.tests.pytest_fixtures'][source]#
test_dummy.fixture_work_directory()[source]#

Return a temporary folder that can be used as for example a computer’s work directory.

test_dummy.fixture_computer_localhost(fixture_work_directory)[source]#

Return a Computer instance mocking a localhost setup.

test_dummy.test_naive_parser(fixture_computer_localhost)[source]#