diff --git a/code/utils/tests/test_outliers.py b/code/utils/tests/test_outliers.py index 0ae1ba9..955213f 100644 --- a/code/utils/tests/test_outliers.py +++ b/code/utils/tests/test_outliers.py @@ -1,8 +1,8 @@ """ Tests functions in outliers module Largely lifted straight from the tests provided for diagnostics.py in HW2 and janewliang's diagnosis_script.py -Run at the project directory with: - nosetests code/utils/tests/test_outliers.py +Run the test with: + nosetests test_outliers.py """ # Loading modules. diff --git a/code/utils/tests/test_smoothing.py b/code/utils/tests/test_smoothing.py index 15e4c7c..16a113d 100644 --- a/code/utils/tests/test_smoothing.py +++ b/code/utils/tests/test_smoothing.py @@ -1,6 +1,6 @@ """ Tests for smoothvoxels in smooth module -Run at the tests directory with: - nosetests code/utils/tests/test_smoothing.py +Run the test with: + nosetests test_smoothing.py """ import os