Giter Site home page Giter Site logo

flavianmissi / django-extreme-tdd Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 2.0 29 KB

Testing toolkit to advocate real and fast TDD (testing first!) in Django applications, eXtremeProgramming like! \m/

License: BSD 2-Clause "Simplified" License

Python 98.73% Makefile 1.27%

django-extreme-tdd's People

Contributors

dependabot[bot] avatar flavianmissi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

janusnic

django-extreme-tdd's Issues

create custom nose plugin

The plugin should allow split between test kinds, eg: functional, unit, acceptance, integration, etc.

By default it should look for tests under unit and functional directories inside each app, as in:

my_project/
  someapp/
    tests/
      functional/
        test_views.py
      unit/
        test_models.py
    views.py
    models.py
    urls.py

It should be possible to extend or override this default via settings.py

Maybe something like:

DJANGO_EXTREME_DEFAULT_DIRS = ('behavior', 'units', 'integration') # will match only on specified folders
# or to extend
DJANGO_EXTREME_CUSTOM_DIRS = ('integration',)  # will match default + those in here

Document required setting or remove its use

When discovering which apps we should cleanup we're using
The app discovering for cleaning up the database requires a declared array of apps called LOCAL_APPS, with only the applications defined on the installed project. We either drop its use or document it.

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.