Tests: refactor test framework to eliminate py.test
authorAntoine Busque <abusque@efficios.com>
Fri, 19 Feb 2016 21:27:45 +0000 (16:27 -0500)
committerAntoine Busque <abusque@efficios.com>
Wed, 24 Feb 2016 23:24:03 +0000 (18:24 -0500)
commitc163ba2ee8fa64a213232eed5482463eafab66ab
tree7426ed2e416fd6375b92ed34ff15ae616e20d833
parent07aea207b6d9682c20ecabe3f798a7c1be4f2866
Tests: refactor test framework to eliminate py.test

This replaces the external py.test dependency with the standard
`unittest` package.

Signed-off-by: Antoine Busque <abusque@efficios.com>
14 files changed:
setup.cfg
setup.py
tests/TraceTest.py [deleted file]
tests/__init__.py [new file with mode: 0644]
tests/analysis_test.py [new file with mode: 0644]
tests/expected/cputop.txt [new file with mode: 0644]
tests/expected/iolatencytop.txt [new file with mode: 0644]
tests/expected/iousagetop.txt [new file with mode: 0644]
tests/expected/irqlog.txt [new file with mode: 0644]
tests/expected/irqstats.txt [new file with mode: 0644]
tests/test_cputop.py
tests/test_io.py
tests/test_irq.py
tests/trace_writer.py [new file with mode: 0644]
This page took 0.024439 seconds and 5 git commands to generate.