GithubHelp home page GithubHelp logo

pombredanne / debexpo-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from debexpo/debexpo

0.0 1.0 0.0 1.21 MB

GitHub mirror of Debexpo git repository, which is officially hosted on Debian Alioth git

License: Other

Makefile 0.07% Python 79.45% Shell 0.99% JavaScript 0.70% CSS 3.11% Mako 15.67%

debexpo-1's Introduction

https://travis-ci.org/alex/what-happens-when.svg?branch=master

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.

https://secure.makesad.us/~debexpogitmirror/git-status.png

debexpo-1's People

Contributors

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

Watchers

 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.