-
Notifications
You must be signed in to change notification settings - Fork 0
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
Flexible working directory #31
Open
Fan-Feng
wants to merge
72
commits into
develop
Choose a base branch
from
CODEVERIFY-16
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
2cfdbca
Commit test for Issue 16
Fan-Feng c47eca9
update for Issue16
Fan-Feng 1b19f89
Add ctest for Linux/Windows Working path
Fan-Feng ab43881
add check for working directory format
Fan-Feng 1c68726
add check for Working path format
Fan-Feng 3fe5757
fix formatting error
Fan-Feng 4476be7
fix formatting error
Fan-Feng 1f898ee
fix formatting error
Fan-Feng fdc0805
fix formatting error
Fan-Feng 392e875
fix formatting error
Fan-Feng c715679
fix formatting error
Fan-Feng 30905af
fix formatting error
Fan-Feng 31bf31c
add unit test
Fan-Feng d44100d
add unittest if path does not exist
Fan-Feng b61746f
unittest for flexible calling
Fan-Feng bdd6f6a
fix formatting error
Fan-Feng c3545ed
Update unittest for flexible calling
Fan-Feng fc94687
add a minimal case for unit test
Fan-Feng 3d96768
fix unit test
Fan-Feng 823bcde
fix unit test
Fan-Feng 5c9568c
Fix unitttest
Fan-Feng 702c623
fix unittest
Fan-Feng 321e939
fix unittest
Fan-Feng 0c4bc3c
test unittest
Fan-Feng 74bcf94
Test for unit test 1
Fan-Feng cc7e1b4
Fix unittest
Fan-Feng 600cdf3
Fix unittest
Fan-Feng 84fb6bd
Fix unit test
Fan-Feng 0b139bb
Test1
Fan-Feng 0726e4f
Test1
Fan-Feng 79df117
Fix unittest
Fan-Feng 95ffdff
Unit test 1
Fan-Feng ca55f31
Fix unittest
Fan-Feng 1dc278e
Unit test 1
Fan-Feng 60aa878
Move flexible calling to a new folder
Fan-Feng 6d2dec0
Update unittest for flexible calling
Fan-Feng 7ed2796
clean redundant comments
Fan-Feng 1ac2802
clean redundant comments
Fan-Feng 273bb0f
create json schemas for library and verification case
Fan-Feng 7cd8981
Create a new directory if it doesn't exist
Fan-Feng e8b44fb
put the whole working dir logic into a dedicate
Fan-Feng 04f86d4
fix unittest error
Fan-Feng cb8d898
Merge branch 'CODEVERIFY-16' of https://github.com/pnnl/ConStrain int…
Fan-Feng bc8dc9b
rm json schema
Fan-Feng e2248e9
Fix unittest error
Fan-Feng 519925a
Black formatting
Fan-Feng 67f0d7b
black formatting--weird. This file is already reformatted on my compu…
Fan-Feng 29c5bc5
add unittest for absolute path
Fan-Feng 58c647d
Add checks based on Jerry's comments
79f1d7e
Fix unittest error
Fan-Feng af7a39b
Black format
Fan-Feng 32ec918
Fix unittest issue
Fan-Feng 47a91ae
revise json file
Fan-Feng 4bfbe9b
fix unittest
Fan-Feng 6746efb
Add unittest for invalid working directories
Fan-Feng fa4c415
add chc for linux-format path
Fan-Feng 77008ef
add check for Win-format path
Fan-Feng 1d31cfe
fix windows_format path
Fan-Feng 82f0e12
Fix windows format path
Fan-Feng e7d832e
Add checfr escape sequence path
Fan-Feng ec858b1
add checks for paths with space
Fan-Feng c9b1450
Add check for path with space
Fan-Feng aa7bf8e
add check for absolute path
Fan-Feng 843d7d7
fix check for absolute path
Fan-Feng 4b4911d
Fix uittest for Absolute path
Fan-Feng 6434fc9
Black formatting
Fan-Feng dbee11f
Add unittest for Invalid string with escape sequence path
Fan-Feng c6e7f93
Fix unittest for invalid strings with escape sequences
Fan-Feng d7ae45f
Test escape sequence
Fan-Feng b1ccf7c
add test for path that does not exist
Fan-Feng 8348e5b
Black formatting
Fan-Feng 6e0caa7
add unit test for path without \ or /
Fan-Feng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added a unit test for working directories without any "/" or "\"