diff --git a/README.md b/README.md index 761975f..972527d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ django-discover-jenkins ======================= -A minimal fork of django-jenkins designed to work with the discover runner, made with simplicity in mind. +A streamlined fork of django-jenkins designed to work with the default test command and the discover runner. Why? ---- The original [django-jenkins](https://github.com/kmmbvnr/django-jenkins) project doesn't take advantage of improvements to testing introduced in Django 1.4. A special management command is no longer needed, as test runners themself can add options that are handled by the built-in `test` command. -This project is also designed to take advantage of [django-discover-runner](https://github.com/jezdez/django-discover-runner/), which is the default test runner in Django 1.6. Instead of using a setting to list which apps should be tested, it uses the soon-to-be built-in discovery features of the discover runner. \ No newline at end of file +This project is also designed to take advantage of [django-discover-runner](https://github.com/jezdez/django-discover-runner/), which is the default test runner in Django 1.6. Instead of using a setting to list which apps should be tested, it uses the soon-to-be built-in discovery features of the discover runner.