mercredi 30 mars 2016

Python: Nosetests with multiple files

This is a broad question because no one seems to have found a solution to it as yet so I think asking to see a working example might prove more useful. So here goes:

Has anyone run a nosetests on a python project using imports of multiple files/packages?

What I mean is, do you have a directory listing such as:

project/
    |
    |____app/
          |___main.py
          |___2ndFile.py
          |___3rdFile.py
     |____tests/
          |____main_tests.py

Where your main.py imports multiple files and you perform a nosetests from the project file of utilizing a test script in the main_tests.py file? If so please can you screen shot your import section both of all your main files and your main_tests.py file?

This seems to be a major issue in nosetests, with no apparent solution:

Aucun commentaire:

Enregistrer un commentaire