Package python-module-django-discover-runner: Information

    Source package: python-module-django-discover-runner
    Version: 1.0-alt1.git20130615.1.1
    Build time:  Mar 14, 2016, 09:05 AM in the task #161285
    Report package bug
    License: BSD
    Summary: A Django test runner based on unittest2's test discovery
    Description: 
    An alternative Django TEST_RUNNER which uses the unittest2 test
    discovery from a base path specified in the settings, or any other
    module or package specified to the test management command -- including
    app tests.
    
    If you just run './manage.py test', it'll discover and run all tests
    underneath the current working directory. E.g. if you run
    './manage.py test full.dotted.path.to.test_module', it'll run the tests
    in that module (you can also pass multiple modules). If you give it a
    single dotted path to a package (like a Django app) like
    './manage.py test myapp' and that package does not itself directly
    contain any tests, it'll do test discovery in all submodules of that
    package.

    List of rpms provided by this srpm:
    python-module-django-discover-runner (noarch)
    python3-module-django-discover-runner (noarch)



      1. python3-module-django
      2. python3-module-setuptools-tests
      3. python3-module-unittest2
      4. rpm-build-python3
      5. python-module-django
      6. python-module-setuptools-tests
      7. python-module-unittest2

    Last changed


    March 13, 2016 Ivan Zakharyaschev 1.0-alt1.git20130615.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    Jan. 28, 2016 Mikhail Efremov 1.0-alt1.git20130615.1
    - NMU: Use buildreq for BR.
    Nov. 10, 2014 Eugeny A. Rostovtsev 1.0-alt1.git20130615
    - Initial build for Sisyphus