-
Notifications
You must be signed in to change notification settings - Fork 73
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
Eliminate warnings, from mocking time, when running test scripts #616
Comments
It only works when Module::Refresh was loaded when the other module was initially loaded. But don't want to turn on the Debugger, just for avoiding the silly warnings. Try to go with a simple 'no warnings'.
These warnings come from Alternatively: don't use the object manager for Kernel::System::UnitTest::Helper. |
as it is currently not used Tidying.
Issue #616: MockTime.pm does not have to be loaded
Provided a |
Tests look fine.Closing this issue again. |
The added testing module The intent of
But See also RotherOSS/FAQ#7. |
Running a simple
prove -I . -I Kernel/cpan-lib/ --verbose scripts/test/DynamicField/Driver/WebService/PossibleValuesGet.t
produces the following warnings:
These warnings are likely harmless, but they are annoying.
The text was updated successfully, but these errors were encountered: