Sign in
apache
/
iggy
/
refs/heads/remove-cli-from-docker
/
.
/
integration
/
tests
/
cli
/
personal_access_token
/
mod.rs
blob: 2ab7449c404d8db313a4c969fcde284b9f5c2f64 [
file
]
mod
test_pat_create_command
;
mod
test_pat_delete_command
;
mod
test_pat_help_command
;
mod
test_pat_list_command
;
// Disable tests due to missing keyring on macOS until #794 is implemented
#[
cfg
(
not
(
target_os
=
"macos"
))]
mod
test_pat_login_options
;