Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8978799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:41:47+00:00 2026-06-15T19:41:47+00:00

Folks, we’re trying to setup the CI testing environment to test our GAE app.

  • 0

Folks, we’re trying to setup the CI testing environment to test our GAE app. Our CI server runs on linux and Jenkins on top of that. Locally nosetests and nosegunit work fantastic; however, on the CI server since there aren’t any installers per se, the GAE python modules aren’t “registered” and can’t be found by nose or python for that matter. Any tips how to make this setup work?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T19:41:48+00:00Added an answer on June 15, 2026 at 7:41 pm

    If you are talking about unit-tests, write a setup.py file for your app with the required packages listed.

    #!/usr/bin/env python
    
    from distutils.core import setup
    
    setup(name='myapp',
          version='1.0',
          description='This is a cool webapp by Syrahn.',
          author='Syrahn',
          requires=['googleappengine','nosetests',], #etc
         )
    

    Than, as a step of your Jenkins job, setup a virtualenv, and build and install your app into the virtualenv. This will also install the required libraries, for example:

    virtualenv myenv
    myenv/bin/python setup.py sdist 
    myenv/bin/pip install mypackage.tar.gz
    

    ..after this you can run the unittests:

    myenv/bin/nosetests
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Folks, Used to be that when you hit a servlet/jsp, the app server would
Folks, I am trying to display EXT JS with Row Expander plugin in a
Folks, I want to know how to fill the gap between the server-side and
Folks, I connect to a large number of SQL Server 2005 databases through SQL
Folks, Debugging a .net 4.0 app using WinDbg (I'm a beginner to WinDbg). I'm
Folks, Assume you receive a disconnected backup of a SQL Server database (2005 or
Folks, I'm trying to open a youtube video in fancybox using the following code:
Folks - I'm trying to learn how to write OO Javascript, I come from
Folks, I am trying to understand the relationship between video bitrate, image size, codec,
Folks, I've a large legacy .Net code base, and I'm trying to introduce Unit

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.