documentation about running tests could be more obvious
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subunit |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
$ PYTHONPATH=python ./runtests.py
test_close_
test_stats_
/home/jml/
shell bindings can be sourced ... FAIL
subunit_start_test exists ... FAIL
subunit_pass_test exists ... FAIL
subunit_fail_test exists ... FAIL
subunit_error_test exists ... FAIL
subunit_skip_test exists ... FAIL
/home/jml/
...
FAILED (failures=7)
runtests.py isn't enough on its own to run the tests, make check is needed: and this is only documented in INSTALL.
Looks like you haven't run ./configure - can you confirm that?