old_wc#

Module Contents#

Classes#

TestWf

Functions#

backend_obj_users()

Test if aiida accesses users through backend object.

get_current_user()

Get current user backwards compatibly with aiida-core <= 0.12.1.

create_authinfo(computer)

Allow the current user to use the given computer.

old_wc.backend_obj_users()[source]#

Test if aiida accesses users through backend object.

old_wc.get_current_user()[source]#

Get current user backwards compatibly with aiida-core <= 0.12.1.

old_wc.create_authinfo(computer)[source]#

Allow the current user to use the given computer. Deal with backwards compatibility down to aiida 0.11

class old_wc.TestWf[source]#

Bases: aiida.manage.fixtures.PluginTestCase

setUp()[source]#
tearDown()[source]#
test_simple_log()[source]#