Skip to content

Commit b85fec1

Browse files
committed
fix flake
1 parent e0a7824 commit b85fec1

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
class TestClone(TestBase):
1617
@with_rw_directory
1718
def test_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
except git.GitCommandError as exc:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy