mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-03 15:33:13 +03:00
add tests
This commit is contained in:
parent
ad7d0d6f62
commit
693e92119d
@ -1773,3 +1773,36 @@ mod cherry_pick {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mod amend {
|
||||
use super::*;
|
||||
|
||||
mod to_same_branch {
|
||||
use super::*;
|
||||
|
||||
#[tokio::test]
|
||||
async fn non_locked_hunk() {
|
||||
todo!()
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn locked_hunk() {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
mod to_another_branch {
|
||||
use super::*;
|
||||
|
||||
#[tokio::test]
|
||||
async fn non_locked_hunk() {
|
||||
todo!()
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn locked_hunk() {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user