integration#

These helpers were originally defined in tests/test_create.py, but were refactored here so downstream projects can benefit from them too.

Classes#

Functions#

Attributes#

TEST_LOG_LEVEL#
PYTHON_BINARY#
UNICODE_CHARACTERS = 'ōγђ家固한áêñßôç'#
UNICODE_CHARACTERS_RESTRICTED = 'abcdef'#
which_or_where#
cp_or_copy#
env_or_set#
SPACER_CHARACTER = ' '#
escape_for_winpath(p)#
class Commands#
COMPARE = 'compare'#
CONFIG = 'config'#
CLEAN = 'clean'#
CREATE = 'create'#
INFO = 'info'#
INSTALL = 'install'#
LIST = 'list'#
REMOVE = 'remove'#
SEARCH = 'search'#
UPDATE = 'update'#
RUN = 'run'#
package_is_installed(prefix: str | os.PathLike | pathlib.Path, spec: str | conda.models.match_spec.MatchSpec) conda.models.records.PrefixRecord | None#
get_shortcut_dir(prefix_for_unix=sys.prefix)#