Skip to content

Conversation

jamarshon
Copy link
Contributor

ezyang and others added 3 commits July 30, 2019 17:35
This makes it easier to test against an installed wheel, as the
torchaudio folder is no longer preferentially picked up when
you run a test module.

I had to move all tests in subfolders into the top level test
directory to make this work, since you can't access .. modules
without mucking around with sys.path (which I don't want to do.)

NB: this BREAKS the syntax where you can run a test by
saying `python -m test.test`.  Instead, do `python test/test.py`
or use the pytest runner.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
@jamarshon jamarshon merged commit 959af9a into pytorch:v0.3.0 Jul 31, 2019
@jamarshon jamarshon deleted the red2 branch July 31, 2019 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants