We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a lot of test cases where the filename that is created is "f1" or "f2".
In more recent tests I've used the following pattern:
file1 = f'{inspect.currentframe().f_code.co_name}_f1'
Change all the references from f1 and f2 to this. It's an easy search and replace and it provides a little extra debug information.
This will only be done for 4.3 / main branches as the above code only works in Python 3.
The text was updated successfully, but these errors were encountered:
[irods#2207] Changing filenames in test cases
19a7c86
[#2207] Changing filenames in test cases
e539cf1
e3ee1ef
14c429c
0304827
This has been merged into both main and 4-3-stable. It will not be merged into 4-2-stable as this code uses Python 3 specific features.
Sorry, something went wrong.
JustinKyleJames
No branches or pull requests
There are a lot of test cases where the filename that is created is "f1" or "f2".
In more recent tests I've used the following pattern:
Change all the references from f1 and f2 to this. It's an easy search and replace and it provides a little extra debug information.
This will only be done for 4.3 / main branches as the above code only works in Python 3.
The text was updated successfully, but these errors were encountered: