From 789d21e9e79433c6d058ed5a32cbfd5d747cd520 Mon Sep 17 00:00:00 2001 From: Vincent <vincent.pollet@idiap.ch> Date: Tue, 14 Dec 2021 17:17:51 +0100 Subject: [PATCH] Rename test.py to test_streams.py so it is picked up by pytest --- bob/io/stream/test/{test.py => test_streams.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bob/io/stream/test/{test.py => test_streams.py} (100%) diff --git a/bob/io/stream/test/test.py b/bob/io/stream/test/test_streams.py similarity index 100% rename from bob/io/stream/test/test.py rename to bob/io/stream/test/test_streams.py -- GitLab