Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure path special characteres are handled #106

Open
adiroiban opened this issue Mar 17, 2021 · 0 comments
Open

Make sure path special characteres are handled #106

adiroiban opened this issue Mar 17, 2021 · 0 comments

Comments

@adiroiban
Copy link
Member

adiroiban commented Mar 17, 2021

See the list from here https://stackoverflow.com/a/31976060/539264

We need special tests for each os.. .for example handle : on macos or CON in Winddows

As compat we will have unit-test , but add helper to allow high level functional tests

Update mk.filename() as follow:

  • Create mk.unixFilename mk.macFilename mk.WinFilename that will produce files that are always valid for that ok
  • mk.filename will be automatically assigned to on of the above based on the current OS
  • each mk.OSFilename will return names with valid printable Unicode
  • each mk.OSFilename will return names with random values from each class ASCII, Latin, Special-Chars, Asian, Farsi ...etc

See if we can use https://hypothesis.readthedocs.io/en/latest/data.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant