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

Commit736fc41

Browse files
committed
tests: do not run some tests on Windows
1 parent0b4d09e commit736fc41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎tests/backup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,6 +1437,9 @@ def test_drop_table(self):
14371437
# @unittest.skip("skip")
14381438
deftest_basic_missing_file_permissions(self):
14391439
""""""
1440+
ifos.name=='nt':
1441+
returnunittest.skip('Skipped because it is POSIX only test')
1442+
14401443
fname=self.id().split('.')[3]
14411444
backup_dir=os.path.join(self.tmp_path,module_name,fname,'backup')
14421445
node=self.make_simple_node(
@@ -1481,6 +1484,9 @@ def test_basic_missing_file_permissions(self):
14811484
# @unittest.skip("skip")
14821485
deftest_basic_missing_dir_permissions(self):
14831486
""""""
1487+
ifos.name=='nt':
1488+
returnunittest.skip('Skipped because it is POSIX only test')
1489+
14841490
fname=self.id().split('.')[3]
14851491
backup_dir=os.path.join(self.tmp_path,module_name,fname,'backup')
14861492
node=self.make_simple_node(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp