`
gumuzhiyu
  • 浏览: 37322 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

python test4

 
阅读更多
    if len(sys.argv) == 3:
        parser.add_argument('-O', action='store_true', default=False, help='FILE exists and is owned by the effective user ID')
        parser.add_argument("x", type=str, help="File1")
        args = parser.parse_args()
        x = args.x
        y = None
    elif len(sys.argv) == 4:
        group.add_argument("-o", action="store_true", help='either EXPRESSION1 or EXPRESSION2 is true') 
        parser.add_argument("x", type=str, help="File1")
        parser.add_argument("y", type=str, help="File2")
        args = parser.parse_args()
        x = args.x
        y = args.y
    elif 
    else:
        parser.add_argument('-O', action='store_true', default=False, help='FILE exists and is owned by the effective user ID')
        group.add_argument("-o", action="store_true", help='either EXPRESSION1 or EXPRESSION2 is true') 
        print(parser.print_help())
        return 1

    mydict = vars(args)
    edict = {
        'b':isBlockfile,
        'c':isCharspecial,
        'd':isDirectory,
        'e':isExists,
        'f':isFile,
        'g':issetGroupID,
        'G':isownGroupID,
        'k':isStickyBit,
        'L':isLink,
        'O':isownUserID,
        'p':isnamePipe,
        'r':isRead,
        'S':isSocket,
        'u':issetUserID,
        'w':isWriter,
        'x':isExecute,
        'a':isAnd,
        'o':isOR,
        'nt':isNewthan,
        'ot':isOlderthan,
        'eq':isEqual,
        'ge':isGraterEqual,
        'gt':isGranterthan,
        'le':isLessEqual,
        'lt':isLessthan,
        'ne':isNotEqual,
        'z':isZero,
        'n':isNonZero,
        }

    for key in mydict:
        key, value = key, mydict[key]
        if value == True:
            edict[key](x, y)


if __name__ == '__main__':
    main()

分享到:
评论

相关推荐

    Amber Python Test.zip

    标题中的"Amber Python Test.zip"表明这是一个使用Python语言进行测试的项目,被压缩成一个ZIP文件以便存储和传输。ZIP是一种常见的文件归档格式,它允许用户将多个文件和目录打包成一个单一的文件,方便管理和分享...

    PythonTest test test

    //传递参数时,每个参数中间要有一个空格 //Python接收参数的方法: //从1开始接收参数 //args1= sys.argv[1] //args2=sys.argv[2] //args2=sys.argv[3]

    test.py_pythontest_python_

    "pythontest"和"python"标签进一步强调了这个文件与Python编程的关联,可能表明这是一个学习、实践或者调试Python代码的场景。 在Python编程中,`test.py`这样的文件通常包含了单元测试,这是一种软件开发的最佳...

    E:\My Documents\Visual Studio Projects\PythonTest\PythonTest.rar

    标题 "E:\My Documents\Visual Studio Projects\PythonTest\PythonTest.rar" 提示我们这是一个位于特定路径下的RAR压缩文件,通常用于存储多个文件或文件夹以便于传输或归档。RAR是一种流行的压缩格式,由RarLab开发...

    pythontest.zip

    标题中的"pythontest.zip"表明这是一个包含Python相关测试内容的压缩文件。描述中同样提到"pythontest.zip",暗示这个压缩包可能包含了用于学习、实践或测试Python编程的各种资源。标签"python"进一步确认了这个...

    python自动生成Verilog的testbench脚本

    python自动生成Verilog的testbench脚本。python自动生成Verilog的testbench脚本。python自动生成Verilog的testbench脚本。

    testpython.zip

    "testpython.zip"这个压缩包包含了多个与Python编程相关的源代码文件,每个文件都对应了Python语言的不同方面,对于初学者来说是很好的学习资源。以下是对这些文件中可能包含的知识点的详细解释: 1. **objecttsdt....

    python test 回归函数

    test_data = [[1, 2], [3, 4]] expected_output = [3.5, 7.5] # 使用训练好的模型进行预测 actual_output = model.predict(test_data) self.assertAlmostEqual(actual_output[0], expected_output[0], delta=...

    Python_USB_CAN_Test_pythoncan_can总线_can总线python_usb_python_

    在“Python_USB_CAN_Test_working with 2 channels simultaneuously”这个示例中,我们将探讨如何处理两个CAN通道的同时操作。假设你有两个USB-CAN设备,分别连接到`can0`和`can1`,可以创建两个独立的CAN接口并同时...

    my cpytest --python test frame

    python test ''' Created on 2011-11-2 @author: ACER ''' import glob, os from testframe.TestSuite import * class PyTestRunner: @staticmethod def run(suite): TestSuite.run(suite) @staticmethod ...

    Python Unit Test Automation:for Python Developers and Testers

    Python Unit Test Automation will allow you to quickly ramp up your understanding of unit test libraries for Python 3 through the practical use of code examples and exercises. All of which makes this ...

    PythonTest_python_

    "PythonTest"可能是一个与Python相关的项目或者教程,旨在帮助用户学习和实践Python编程。 在Python编程中,有几个关键知识点是所有初学者都应该掌握的: 1. **基础语法**:Python的语法规则非常直观,如缩进替代...

    testpython.rar

    标题“testpython.rar”暗示这是一个包含Python动态库相关代码或资源的压缩文件。可能的情况是,开发者已经将Python函数或类打包成了一个动态库,使得外部程序可以通过特定的API调用来使用这些功能。 描述中的...

    Python库 | test_tube-0.6.7.1.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:test_tube-0.6.7.1.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    ps_demo_python_test

    ps_demo_python_test

    Python库 | testcontainer_python_minio-0.2.0-py3-none-any.whl

    标题中的“Python库 | testcontainer_python_minio-0.2.0-py3-none-any.whl”指的是一个针对Python开发的库,名为`testcontainer_python_minio`,其版本为0.2.0。这个库是用Python 3编写的,因为文件名中的“py3”...

    python test

    标题“Python Test”暗示了我们将探讨的是与Python编程语言相关的测试方面。在IT行业中,测试是软件开发过程中的一个关键环节,确保代码的质量和功能的正确性。Python因其简洁、易读性强的语法,以及丰富的测试框架...

    PS_python_test.002

    PS_python_test.002

    test/python

    "test/python"这个标题可能指的是一个测试环境或项目,其中包含了与Python编程相关的代码、脚本或者测试用例。这个环境可能是为了验证Python程序的正确性,优化性能,或者确保软件的稳定性和兼容性。 描述中的"文档...

Global site tag (gtag.js) - Google Analytics