Git Product home page Git Product logo

debexpo's Introduction

image

Installing and running debexpo

For installation instructions, see Installing and setting up debexpo.

Running tests

Hooray! Now you're ready to run the automated tests. (The code for the tests lives in debexpo/tests/*. This is a test suite; you can read more about test suites here.)

% nosetests --with-pylons=test.ini

As of the time of writing, all the tests pass.

(Nosetests is a "test runner" package that provides some useful add-ons. It has its own idiosyncracies, though.)

Debugging a debexpo test that fails

So you've found a test that fails (F) or exits with an unhandled exception (E)? Time to use the Python debugger.

Run the test suite with these parameters:

% nosetests --with-pylons=test.ini --pdb-failures --pdb-errors

(If you've used pdb.set_trace(), this is an automatic way that Nose gives you that functionality.)

debexpo documentation

You can read the debexpo documentation on Read the Docs.

The debexpo documentation is written in reStructuredText and can be found inside the docs/ directory. You can find the current installation guide at docs/installing.rst. You can build and view the HTML docs locally by executing:

% sudo apt-get install python-sphinx # needed to build the docs
% cd docs/
% make html
% sensible-browser .build/html/index.html

Git synchronization

This repository is synchronized to Alioth, the official home of the project.

image

debexpo's People

Contributors

jonnylamb avatar paulproteus avatar olasd avatar signum avatar clemux avatar therealphildini avatar pabs3 avatar laarmen avatar wrar avatar kenhys avatar stapelberg avatar certik avatar andrewsomething avatar schaal avatar eeshangarg avatar jandd avatar nxvipin avatar baptistem avatar kylewillmon avatar lifus avatar openhatched avatar dpaleino avatar lfaraone avatar ukleinek avatar

Watchers

rosa maria palacios juncosa avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.