From 7c230bd3eead0bb3a373069dd02c281801ca3c2f Mon Sep 17 00:00:00 2001 From: Pedro Lopez-Adeva Date: Wed, 28 Oct 2015 11:27:51 +0100 Subject: [PATCH] Moved tests to separate directory --- test_hmm.py => test/test_hmm.py | 0 test_phmm.py => test/test_phmm.py | 0 test_util.py => test/test_util.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test_hmm.py => test/test_hmm.py (100%) rename test_phmm.py => test/test_phmm.py (100%) rename test_util.py => test/test_util.py (100%) diff --git a/test_hmm.py b/test/test_hmm.py similarity index 100% rename from test_hmm.py rename to test/test_hmm.py diff --git a/test_phmm.py b/test/test_phmm.py similarity index 100% rename from test_phmm.py rename to test/test_phmm.py diff --git a/test_util.py b/test/test_util.py similarity index 100% rename from test_util.py rename to test/test_util.py