scitacean.testing.backend.config#

Backend configuration.

Module Attributes

USERS

Pre-configured users of the backend.

SCICAT_PORT

Port of the SciCat server on localhost.

PID_PREFIX

Prefix for PIDs that gets inserted by the server.

SITE

Name of the deployment site (facility) of SciCat.

Functions

dump_account_config(path)

Write a functional account config for the backend.

local_access(user)

Return parameters to connect a client to a local SciCat backend.

Classes

SciCatAccess(url, user)

Access parameters for a local SciCat backend.

ScicatCredentials

A dict with testing credentials for SciCat.

ScicatUser(username, password, email, group)

A SciCat user.