[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Distro Tracker tests



Hi,

Hi,

I saw the email in the Python mailing list about the Distro Tracker. And 
followed the instructions to have a local development environment.

I put everything inside a chroot jail and run tox. Selenium worked after 
'xhost' command.  But there is a problem.


Have I done something wrong?



Regards,
Herbert


After tox command:

OSError: [Errno 38] Function not implemented

----------------------------------------------------------------------
Ran 1293 tests in 41.573s

FAILED (errors=12)


After './manage test':


OSError: [Errno 38] Function not implemented

FAIL: test_create_team_maintainer_email (functional_tests.tests.TeamTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/distro-tracker/functional_tests/tests.py", line 1537, in test_create_team_maintainer_email
    self.assert_in_page_body(package_name)
  File "/home/distro-tracker/functional_tests/tests.py", line 123, in assert_in_page_body
    self.assertIn(text, body.text)
[...]
AssertionError: 'pkg1' not found in 'Profile | Log out\nPackage Tracker\nName\nIdentifier\nUsed in the URL
[...]


Ran 1326 tests in 240.307s

FAILED (failures=1, errors=12)


Reply to: