Skip to content

Commit

Permalink
Use unicode escape sequence for file type
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Mar 26, 2014
1 parent 920347f commit 0a97f59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integration/customizations/s3/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,5 +808,13 @@ def test_s3_filtering(self):
self.assertNotIn(p.stdout, 'foo.txt')


class TestFileWithSpaces(BaseS3CLICommand):
def test_upload_download_file_with_spaces(self):
pass

def test_sync_file_with_spaces(self):
bucket_name = self.create_bucket()


if __name__ == "__main__":
unittest.main()

0 comments on commit 0a97f59

Please sign in to comment.