~ubuntu-branches/ubuntu/saucy/testresources/saucy-proposed

« back to all changes in this revision

Viewing changes to GOALS

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-06-05 08:26:03 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130605082603-e8mgpeyzy8cz8m38
Tags: 0.2.7-0ubuntu1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
testresources goals
3
 
===================
4
 
 
5
 
  * nice, declarative interface for providing a test with 'assets'
6
 
 
7
 
  * supports both creating new assets for each test and sharing assets across
8
 
    tests
9
 
 
10
 
  * composable assets
11
 
 
12
 
  * assets are easy to write
13
 
 
14
 
  * assets are easy to test
15
 
 
16
 
  * play well with scenarios
17
 
 
18
 
  * the assets and the tests that use them are loosely coupled
19
 
 
20
 
  * tests that use assets should be easy to debug
21
 
 
22
 
  * fast
23
 
 
24
 
  * usable in trial, bzr, Zope testrunner, nose and the default unittest
25
 
    TestRunner
26
 
 
27
 
  * play well with subunit