Skip to content

Commit

Permalink
Add description comment to test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Jul 31, 2024
1 parent 5feeac6 commit 939ab19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ fn merge_005() -> TestResult {

#[test]
fn stash_001() -> TestResult {
// Test case for multiple stashes, the most recent commit is normal commit
let dir = tempfile::tempdir()?;
let repo_path = dir.path();

Expand Down Expand Up @@ -699,6 +700,7 @@ fn stash_001() -> TestResult {

#[test]
fn stash_002() -> TestResult {
// Test case for multiple stashes, the most recent commit is stash
let dir = tempfile::tempdir()?;
let repo_path = dir.path();

Expand Down Expand Up @@ -741,6 +743,7 @@ fn stash_002() -> TestResult {

#[test]
fn stash_003() -> TestResult {
// Test case for unreachable stash
let dir = tempfile::tempdir()?;
let repo_path = dir.path();

Expand Down

0 comments on commit 939ab19

Please sign in to comment.