From b437b2c38ec0d5bb234fef0459b0e0533d08b7af Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 2 Jul 2020 12:34:25 +0000 Subject: Pylog test suite Prepare test suite for onaplogging library. Add utils to check Python version. Issue-ID: LOG-1229 Signed-off-by: Michal Jagiello Change-Id: I12c431c10f61fceaf70d5ae36581dfd5a876ef72 --- pylog/test_requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pylog/test_requirements.txt (limited to 'pylog/test_requirements.txt') diff --git a/pylog/test_requirements.txt b/pylog/test_requirements.txt new file mode 100644 index 0000000..d32736b --- /dev/null +++ b/pylog/test_requirements.txt @@ -0,0 +1,3 @@ +-r requirements.txt +pytest +mock \ No newline at end of file -- cgit 1.2.3-korg