Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb85fec1

Browse files
committed
fix flake
1 parente0a7824 commitb85fec1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎test/test_clone.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
with_rw_directory,
1313
)
1414

15+
1516
classTestClone(TestBase):
1617
@with_rw_directory
1718
deftest_checkout_in_non_empty_dir(self,rw_dir):
1819
non_empty_dir=Path(rw_dir)
1920
garbage_file=non_empty_dir/'not-empty'
2021
garbage_file.write_text('Garbage!')
2122

22-
# Verify that cloning into the non-empty dir fails while complaining about the target directory not being empty/non-existent
23+
# Verify that cloning into the non-empty dir fails while complaining about
24+
# the target directory not being empty/non-existent
2325
try:
2426
self.rorepo.clone(non_empty_dir)
2527
exceptgit.GitCommandErrorasexc:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp