-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Consistently name folders for testing stubs #56
Comments
In reality this is fixed. The current behavior is fine because the src/autotype/test folder is a Test interface for the Qt PluginLoader (instead of Mac, X11 or Windows interface). Can we close this? @droidmonkey |
Yes I think we can close this as I will likely do the same thing in the http folder for the http tests (mock of the Chrome/Firefox plugin interface). Although we might want to rename to "mock" to be clear?? |
By me is fine renaming the folder to "mock" or "stub". |
Expected Behavior
All the application tests should be in the tests/ folder
Platform-dependent tests should be in test/ folder
Current Behavior
Some tests are not in the tests folder and behave feature-dependent and not platform-dependent
(like X11 Autotype)
The text was updated successfully, but these errors were encountered: