File: manual_tests.txt

package info (click to toggle)
python-yappi 1.6.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,612 kB
  • sloc: python: 4,081; ansic: 2,500; makefile: 27
file content (26 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (3)
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

[+] auto tests on MACOSx.                     
[+] auto tests on Python 2.6.9 DEBUG build.   
[+] test callgrind/pstats manually.
    Scenario:
    1) save three different stats as ystats.(Py2X)
    2) save two different stats as ystats.(Py3X)
    3) merge them.
    4) save them as callgrind/pstats and verify.

    Windows Python 3.3                         
    Windows Python 2.7                        

[+] Invoke yappi from command line.
    Scenario:
    1) Invoke with different start params.

    Windows Python 3.3                        
    Windows Python 2.7                        

[+] Check any TODO is left in the code        
[+] Compile yappi as _DEBUG=True in setup.py
[+] Run SciPy/NumPy full tests with yappi. (scipy.test('full'))
    with _debug_check_sanity() to check for duplicates.
[+] Run python regression tests. (python -m test.regrtest)
    with _debug_check_sanity() to check for duplicates.