代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/279884/4132598

vm parse1.vm

#* @test parse1.vm This template is used for Velocity regression testing. If you alter this template make sure you change the corresponding comparison file so that the regression test doesn't fail
www.eeworm.com/read/279884/4132600

vm map.vm

#* @test map.vm This template is used for Velocity regression testing. If you alter this template make sure you change the corresponding comparison file so that the regression test doesn't fail inc
www.eeworm.com/read/277987/4148130

extra entries.extra

/argmax.m//// /best_preimage.m//// /get_name.m//// /rank_perceptron.m//// /subsasgn.m//// /subsref.m//// /testing.m//// /training.m////
www.eeworm.com/read/273665/4199777

conf mklogon.conf

# Mapping should be kept in the form # username(USER) or groupname(WEBUSERS) = driveletter (W:), samba share name (WEB) # ie. user = W:,WEB or webusers = W:,WEB # Problem found when testing, if ther
www.eeworm.com/read/273662/4201409

pl stress.pl

#!/usr/bin/perl -w # A script that allows some simple testing of Subversion, in # particular concurrent read, write and read-write access by the 'svn' # client. It can also create working copy trees
www.eeworm.com/read/273662/4201640

py commit_tests.py

#!/usr/bin/env python # # commit_tests.py: testing fancy commit cases. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ============
www.eeworm.com/read/273662/4201641

py externals_tests.py

#!/usr/bin/env python # # module_tests.py: testing modules / external sources. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ====
www.eeworm.com/read/273662/4201672

py trans_tests.py

#!/usr/bin/env python # # trans_tests.py: testing eol conversion and keyword substitution # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. #
www.eeworm.com/read/273662/4201673

py getopt_tests.py

#!/usr/bin/env python # # getopt_tests.py: testing the svn command line processing # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # #
www.eeworm.com/read/273662/4201695

py history_tests.py

#!/usr/bin/env python # # history_tests.py: testing history-tracing code # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ==========