File: README.md

package info (click to toggle)
python-pyflow 1.1.20-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 996 kB
  • sloc: python: 4,154; sh: 219; ansic: 15; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 717 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
27
28
29
30

## pyflow test scripts

### Global test scripts

The new global test script maintained for *nix and windows is:

    test_pyflow.py


The previous global test script written for *nix only is:

    test_release_tarball.bash


...this currently contains more tests, and will still be the test target for
travis until windows support is complete.


### Component test scripts

* pyflow_unit_tests.py - all pyflow unit tests

* pyflow_basic_feature_runner.py - runs a number of pyflow operations for
  local or sge modes

* demos - Running through the various small demo scripts and making sure they
  complete without error is used to round out the full test process. Most demo
  scripts are linux-only at this point.