You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. `cd unittests`
2. `python runtests.py`
3.
What is the expected output? What do you see instead?
Expected output should be something about how the unit tests completed
successfully.
Instead I see this:
(cut)
...
--- Tests tests_dbtags.py
Traceback (most recent call last):
File "runtests.py", line 29, in <module>
execfile( "../unittests/"+i )
File "../unittests/tests_dbtags.py", line 62, in <module>
dbt.save()
File "/home/conrad/data/documents/projects/photos/jbrout-read-only/jbrout/jbrout/db.py", line 962, in save
fid = open(self.file,"w")
IOError: [Errno 2] No such file or directory:
'/home/manatlan/db_jbrout_tags.xml'
Since it's looking for '/home/manatlan/db_jbrout_tags.xml', the success of the
test is based on the developer's environment. Unit tests should be able to
succeed without being run from a specific developer's machine.
Original issue reported on code.google.com by [email protected] on 24 Aug 2011 at 1:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Aug 2011 at 1:16The text was updated successfully, but these errors were encountered: