1
0
mirror of https://github.com/django/django.git synced 2025-03-31 19:46:42 +00:00
Mariusz Felisiak 12b7956fc3
Refs #25507 -- Added tests for using QuerySet.count() with a RawSQL annotation.
Fixed in 3f32154f40a855afa063095e3d091ce6be21f2c5
2019-04-19 11:40:04 +02:00
..
2017-06-01 13:23:48 -04:00
2019-03-02 12:19:21 +01:00

To run the test suite, first, create and activate a virtual environment. Then
install some requirements and run the tests::

    $ cd tests
    $ python -m pip install -e ..
    $ python -m pip install -r requirements/py3.txt
    $ ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.