Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBoilerplate (0.2 sec)

  1. hack/boilerplate/boilerplate_test.py

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    import os
    import sys
    import unittest
    
    from io import StringIO
    
    import boilerplate
    
    class TestBoilerplate(unittest.TestCase):
        """
        Note: run this test from the hack/boilerplate directory.
    
        $ python -m unittest boilerplate_test
        """
    
        def test_boilerplate(self):
            os.chdir("test/")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 24 09:05:26 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top