Re: Unable to get tests to work

2016-08-19 Thread Matt
I purged all the '*.pyc' and the result remains the same. The missing pyc files could be explained by that I use Pycharm to dev in. It appears that this IDE cleans those up automatically. Also I have been dropping to a shell trying to test things to resolve the issue, which would explain why

Re: Unable to get tests to work

2016-08-19 Thread Fred Stluka
Matt, At a glance, the directory structure looks OK.  Seems odd though that you have some *.pyc files with no corresponding *.py file. For example, frontend/tests.pyc and nas/tests.pyc.  Could such a file be tripping up the test runner?  That might explain why it

Re: Unable to get tests to work

2016-08-18 Thread Matt
Sorry replied to the wrong thread: https://dpaste.de/OF8j On Wednesday, August 17, 2016 at 11:16:27 PM UTC-6, Gergely Polonkai wrote: > > Hello, > > this “refreshes.backups.tests” thing bothers me a lot. Could you show us > your directory structure, please? > > Best, > Gergely > > On Wed, Aug

Re: Unable to get tests to work

2016-08-18 Thread Matt
Here you go: https://dpaste.de/OF8j On Wednesday, August 17, 2016 at 11:16:27 PM UTC-6, Gergely Polonkai wrote: > > Hello, > > this “refreshes.backups.tests” thing bothers me a lot. Could you show us > your directory structure, please? > > Best, > Gergely > > On Wed, Aug 17, 2016, 23:03 Matt

Re: Unable to get tests to work

2016-08-17 Thread Gergely Polonkai
Hello, this “refreshes.backups.tests” thing bothers me a lot. Could you show us your directory structure, please? Best, Gergely On Wed, Aug 17, 2016, 23:03 Matt wrote: > Ok a step forward. When I spell out the tests it works: > > https://dpaste.de/2MXf > > But when I

Re: Unable to get tests to work

2016-08-17 Thread Matt
Ok a step forward. When I spell out the tests it works: https://dpaste.de/2MXf But when I run test without arguments, it fails out: https://dpaste.de/cgTH There is more than the backups app here, but I plan to replicate out the fix when I get it. On Wednesday, August 17, 2016 at 2:34:45 PM

Re: Unable to get tests to work

2016-08-17 Thread Fred Stluka
Matt, Oops!  Right.  I just noticed that in the dpaste. My next guess is you may need to change the name "good_index_text" to something that starts with "test_" to get it to be recognized as a test. Or maybe something to do with

Re: Unable to get tests to work

2016-08-17 Thread Matt
Sorry for the typo, but I have already do that way. I have the output in the the first link. On Wednesday, August 17, 2016 at 2:24:19 PM UTC-6, Fred Stluka wrote: > > Matt, > > Drop the "s" from "tests": > > ./manage.py test backups > > --Fred > -- > Fred Stluka --

Re: Unable to get tests to work

2016-08-17 Thread Fred Stluka
Matt, Drop the "s" from "tests": ./manage.py test backups --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service!

Unable to get tests to work

2016-08-17 Thread Matt
When I'm trying to get tests to work it simply states that its unable to import .tests. I'm not sure what I'm missing here. Here is some output please let me know if you need more: ./manage.py tests backups https://dpaste.de/4U9C The test file: https://dpaste.de/bBZt -- You received this