代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/280962/4121207
py __init__.py
"""Enhance unittest and instrument SQLAlchemy classes for testing.
Load after sqlalchemy imports to use instrumented stand-ins like Table.
"""
import testlib.config
from testlib.schema import Table,
www.eeworm.com/read/280962/4121209
py schema.py
from testlib import testing
schema = None
__all__ = 'Table', 'Column',
table_options = {}
def Table(*args, **kw):
"""A schema.Table wrapper/hook for dialect-specific tweaks."""
global sche
www.eeworm.com/read/275576/4174339
groovy alltestsuitetest.groovy
package groovy.util
import java.util.logging.Level
import junit.framework.Test
/**
Testing groovy.util.AllTestSuite.
The suite() method must properly collect Test files under the give
www.eeworm.com/read/273778/4191903
c a.c
/*
* A simple program for testing ELF parsing and loading
*
* Copyright (c) 2004, David H. Hovemeyer
* Copyright (c) 2004, Iulian Neamtiu
* $Revision:
www.eeworm.com/read/273662/4201643
py copy_tests.py
#!/usr/bin/env python
#
# copy_tests.py: testing the many uses of 'svn cp' and 'svn mv'
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
www.eeworm.com/read/273660/4202721
py copy_tests.py
#!/usr/bin/env python
#
# copy_tests.py: testing the many uses of 'svn cp' and 'svn mv'
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
www.eeworm.com/read/273646/4203804
java manager.java
package org.appfuse.service;
import java.io.Serializable;
import java.util.List;
import org.appfuse.dao.DAO;
public interface Manager {
/**
* Expose the setDAO method for testing purp
www.eeworm.com/read/273525/4207210
ado ml_check.ado
*! version 3.0.9 21jan2004
program define ml_check
version 6
ml_defd
syntax [, MAXFEAS(integer 1000)] /* undocumented; for testing
purposes */
capture ml trace off
capture ml
www.eeworm.com/read/271376/4229121
java helloimpl.java
/**
* $Log: HelloImpl.java,v $
* Revision 1.2 2002/11/05 19:41:11 mwulff
* for testing, added a method that takes a parameter
*
* Revision 1.1.1.1 2002/10/23 14:13:22 mwulff
* initial