Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add requirements so users can install test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland committed Feb 1, 2018
1 parent 66f2709 commit b6d91c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/python/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Python Test Case
================
This folder contains test cases for mxnet in python.
This folder contains test cases for MXNet in python.

* [common](common) contains common utils for all test modules.
- From subfolders, import with ```from ..common import get_data```
* [unittest](unittest) contains unit test component for each modules.
- These are basic tests that must pass for every commit.
* [train](train) contains tests that runs on real network training.
- These tests can be time consuming.

The file 'requirements.test.txt' contains all dependencies need to run unit tests. It can be
installed with the command 'pip install -r requirements.test.txt'.
7 changes: 7 additions & 0 deletions tests/python/requirements.test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mock
nose
numpy
requests
requests-mock
scikit-image
scipy

0 comments on commit b6d91c7

Please sign in to comment.