Now only named arguments are allowed, but it would be nice to be able to issue eg.: ``` $ python manage.py test mytestmodule.TestCase.test_method ``` instead of: ``` $ python manage.py test --label=mytestmodule.TestCase.test_method ```