~fginther/jenkins-launchpad-plugin/mir-abi-version-patch

« back to all changes in this revision

Viewing changes to tests/test_jenkinsutils.py

  • Committer: Tarmac
  • Author(s): mrazik
  • Date: 2013-05-03 19:56:54 UTC
  • mfrom: (97.3.37 move-stuff-to-bin)
  • Revision ID: tarmac-20130503195654-yr417dbzj0gxfsci
Moving all executables from root dir to bin, removing the py suffix and moving the actual code from these commands to jlp.commands (for testing).
Added symlinks for backwards compatibility.

Approved by PS Jenkins bot, Francis Ginther.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
from jlp import jenkinsutils, launchpadutils
3
3
import unittest
4
4
from tests import JenkinsJSONData
5
 
from settings import PUBLIC_JENKINS_URL
 
5
from jlp.settings import PUBLIC_JENKINS_URL
6
6
from testscenarios import TestWithScenarios
7
7
from jenkins import JenkinsException
8
8
from lazr.restfulclient.errors import Unauthorized