-
Notifications
You must be signed in to change notification settings - Fork 563
Move the DirectoryAccessor and related classes to MLS.Agent.Tools #400
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
Conversation
colombod
left a comment
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.
Are there any direct tests for the changes ? it seems they are covered by agent and workspaceserver tests only
Microsoft.DotNet.Interactive/Microsoft.DotNet.Interactive.csproj
Outdated
Show resolved
Hide resolved
|
@colombod There are tests for the |
If code is in project A and is only tested because consumed by project B I think this opens to a lot of troubles. if the code as moved then probably things like the simulator tests should be in a test project that targets project A. |
c222c15 to
64657f9
Compare
|
@colombod I added a separate test project which includes the test for the FileSystemDirectoryAccessor and the RelativePath classes into a separate project |
No description provided.