Testing Your Code

Testing Your Code

Testing Your Code

... untested code, the first reaction is to test the higher-level code. And testing the higher-level code without testing the lower-level code is the wrong thing to do because you end up testing all ... of the code. Testing all of the code makes no sense because it will confuse more than help. However, that’s true only if you are testing code that you wrote. But when you are...

Ngày tải lên: 05/10/2013, 11:20

30 402 0
Revision Control - Subverting Your Code

Revision Control - Subverting Your Code

... They’ll be working on the code rather than figuring out how get the code to build under Eclipse. Working with Your Subverted Code A t this point, y ou ’ v e imported your code into Subversion, but ... inte- gration is based on this observation. Updating your code from the code base should be done daily if not more often. Your changes to the code base should also be commi...

Ngày tải lên: 05/10/2013, 09:20

40 308 0
Setuptools - Harnessing Your Code

Setuptools - Harnessing Your Code

... to build, package, and install your code. It installs both libraries and executables. It also includes commands to run tests and to upload information about your code to the cheese shop. S etuptools ... version number to locate compatible eggs. Code can even request importation of a specific package v ersion. CHAPTER 4 ■ SETUPTOOLS: HARNESSING YOUR CODE 87 9810ch04.qxd 5/19/08 3:...

Ngày tải lên: 05/10/2013, 09:20

22 309 0
w