VirtualBox

Ignore:
Timestamp:
Jun 11, 2019 11:58:28 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131247
Message:

ValKit: New pylint version - cleanup in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py

    r76553 r79087  
    9999            'testcase/tstX86-1': '',                    # Fails on win.x86.
    100100            'tscpasswd': '',                            # ??
    101             'tstVMREQ': '',                            # ?? Same as darwin.x86?
     101            'tstVMREQ': '',                             # ?? Same as darwin.x86?
    102102        },
    103103        'win.x86': {
     
    505505            return False;
    506506        reporter.log('Exit code [sudo]: %s (%s)' % (iRc, asArgs));
    507         return iRc is 0;
     507        return iRc == 0;
    508508
    509509    def _hardenedMkDir(self, sPath):
     
    565565        return True;
    566566
    567     def _executeTestCase(self, sName, sFullPath, sTestCaseSubDir, oDevNull): # pylint: disable=R0914
     567    def _executeTestCase(self, sName, sFullPath, sTestCaseSubDir, oDevNull): # pylint: disable=too-many-locals
    568568        """
    569569        Executes a test case.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette