Skip to main content

This package provides a helpful way to run specific tests within your project.

Expedites the invocation of tests to run by providing autocompletion inside test modules, listing its TestCases and also tests inside each TestCase.

This first release is a proof-of-concept, and in the “Future features” section there is a list of possible improvements considered for next releases.

How does it work

In order to make a non-intrusive installation, instead of coupling this autocompletion with the one provided by Django, we created a proxy command named “djntest” which work is to redirect every call to itself to “python manage.py test”.

Later we defined our customized autocompletion for this new command. Autocompletion is defined with a lightweight layer of bash code that it’s invoked each time the user triggers autocompletion (typically by hitting the <TAB> key). Based on the provided arguments, the bash layer decides to call the helper python script get_testcases.py which in turn reads the provided .py file, and parse it using the ast module.

How to use

Located at the root of your django project, typing:

$ djntest books_application/tests/test_book_creation.py:<TAB>

will list all classes defined in that file, in the standard bash way, ie:
  • if there is only 1 option, it will be automatically completed

  • if all the options at a given time have the same prefix, it’s autocompleted

  • if you start typing the name of some TestCase after the colon, hitting <TAB> again will filter the offer to only those matching with what you are writing

After a TestCase name, if you a point and trigger autocompletion like this

$ djntest books_application/tests/test_book_creation.py:TestStore.<TAB>

you will see listed all functions defined inside that class which name starts with “test_”, and again, with all the usual bash autocompletion features.

Disclaimer Notes:

  • This autocompleter only facilitates the way of invoking the command for your running tests. Nothing related with PYTHONPATH is done here.

  • If your test runner does not support be called with individual tests modules (like django-nose does), then you will have to wait for 0.2 release in order to enjoy this package.

Installation Notes:

In order to install this package you need to follow 2 steps:

  1. First install the script

    $ sudo pip install django-test-autocomplete

Alternatively, you can install it from the source distribution: Extract the tarball and run

$ python setup.py install

2. For enabling the bash autocompletion you need to look for the script djntest.sh located in the source distribution, and later do one of the following:

  • inside your $HOME/.bashrc adding a line like this:

    source path/to/djntest.sh

  • copy the file into your bash configuration folder like this:

    $ copy path/to/djntest.sh /etc/bash_completion.d/

And later restart your bash session.

The djntest.sh file can be found:

Extra: For running the internal package tests (if you want to experiment customizing or extending this package) you will have to install mock package first.

Future features:

  • Improve the python file parsing (done now with ast) for:
    • Detecting if defined classes are TestCases or not

    • Detect tests defined on parent TestCases

  • Clear integration with the usual way of running django tests (ie, avoid the need of “proxy” command djntest)

  • Try it out with not-only django projects

  • Support for some other shells (zsh will probably be the next one)

Tested with:

  • GNU bash, version 4.1.5+

  • bash completion 1.1+

  • Django 1.3+

  • I’m using it together with django-nose without problems. I see no reason for have it not working without nose.

Release files for django-test-autocomplete 0.1.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-test-autocomplete 0.1.4
File Size Uploaded
django-test-autocomplete-0.1.4.tar.gz 5.3 kB Details

Release files / django-test-autocomplete-0.1.4.tar.gz

Download URL django-test-autocomplete-0.1.4.tar.gz
Size 5.3 kB
Tags Source
SHA-256 checksum
How to use checksums
fe916bfba45d87d7deb1eb28f16dbe0fb97cb63da91f5e475b71aa3bc84b1793
BLAKE2b-256 checksum
How to use checksums
086e3e5083f2a7de037d3250d0df4382c2d075e91047363cb1b913b4db1864ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.4 This release

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page