James O'Beirne
58180b5fd4
tests: add utility to easily profile node performance with perf
...
Introduces `TestNode.profile_with_perf()` context manager which
samples node execution to produce profiling data.
Also introduces a test framework flag, `--perf`, which will run
perf on all nodes for the duration of a given test.
2019-01-22 08:55:55 -05:00
Mason Simon
8640631ebc
docs: Document lint tests
2018-10-20 13:09:05 +08:00
João Barbosa
12dd101345
scripted-diff: Remove trailing whitespaces
...
-BEGIN VERIFY SCRIPT-
sed --in-place'' --regexp-extended 's/[[:space:]]+$//g' $(git grep -I --files-with-matches --extended-regexp '[[:space:]]+$' -- src test ':!*.svg' ':!src/crypto/sha256_sse4*' ':!src/leveldb' ':!src/qt/locale' ':!src/secp256k1' ':!src/univalue')
-END VERIFY SCRIPT-
2018-07-24 20:46:23 +01:00
Conor Scott
8a6c62be63
[tests] Update README after filename change
2018-02-06 17:57:32 +04:00
fanquake
bf1897710f
[trivial][docs] Fix incorrect link in /test/ README.md
2018-01-22 18:52:55 +08:00
Gregory Sanders
7ec3343df2
add gdb attach process to test README
2017-06-27 13:02:55 -04:00
John Newbery
76859e6a76
[tests] Update functional tests documentation
2017-06-27 05:04:52 -04:00
MarcoFalke
fac79e4d18
qa: Warn when specified test is not found
2017-05-14 12:39:02 +02:00
Jimmy Song
637706dc9e
Tests: Put Extended tests first when they're included
...
* Added documentation in tests/README.md about enabling wallet, utils and daemon.
* Change ordering to make the long-running EXTENDED_TESTS go first.
2017-04-17 15:20:35 -07:00
John Newbery
63d66ba20a
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
2017-03-20 10:40:31 -04:00
John Newbery
a9bd622a65
Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py
2017-03-20 10:40:31 -04:00
John Newbery
c28ee91db0
Rename rpc-tests directory to functional
2017-03-20 10:40:31 -04:00
John Newbery
00902c48cd
Rename qa directory to test
2017-03-20 10:40:31 -04:00