~coreygoldberg/uci-tests/ucitests-py3-packaging

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
* refactor Loader to use Walker.

* enhance RunTestsArgParser for subclassing

 - don't force common options to daughter classes that may not care about
   them (-m for example)

  - make TestResult formats pluggable

* document pypi upload:

  $ python setup.py register
  $ python setup.py sdist upload -s

* test/implement a test runner with:

** catch break ?

* support subunit tags ?

   Tags use cases are a bit unclear, parametrization and proper use of
   features seem to already provide a bunch of ways to characterize tests.

* finish setup.py

  Missing:

  - tests

    ./setup.py check
    ./setup.py --name

  - requirements

  - description

  - platform

* documentation

  README
  NEWS
  Examples (at least pointing to the significant tests)

** uploading to pypi

This is done with::

  $ python setup.py sdist -d .. upload --sign --show-response