-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests are not running #52
Comments
runs via |
OK! need to figure out how to register it in the appropriate way so that when new tests are added, all tests can be run via just |
Tests fail for me unless I run them in the directory they live in. I think the root of the problem is the relative import of tests/sampleFile.csv and tests/sampleMeta.csv. Should we just include the contents of these files in conftest.py? I don't foresee them getting very large. |
I strongly agree, of course. Luckily for now it's just a file dependency issue and not the actual methods breaking. I'll work on getting that fixed today. @teslajoy Is the test project at a point where it can be "set in stone" for consistent testing or should we just pull SAMPLE_FILE and SAMPLE_META from Github for now? |
Pulling from github's master for now. |
It looks like the tests are all passing in python 3 but the above tests fail for python2.7 |
I tested two hypothesis: Next up: not sure why py3 upload to synapse works. |
The text was updated successfully, but these errors were encountered: