diff options
| author | Loic Bistuer <loic.bistuer@gmail.com> | 2014-09-24 12:13:13 +0700 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@gmail.com> | 2014-09-24 17:28:56 +0700 |
| commit | 2f3a4cd573166e6b7bac9ed89d448ca34ab93edf (patch) | |
| tree | 525b8725f22b6f439d3bcb87619fb4cfd1e886fe /tests/test_client/tests.py | |
| parent | d128eac316dd5a8578fbae506028a3f2ade49420 (diff) | |
Removed numbering from the models.py header of some test packages.
This is a reliqua from the early days of the modeltests/regressiontests era.
Diffstat (limited to 'tests/test_client/tests.py')
| -rw-r--r-- | tests/test_client/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_client/tests.py b/tests/test_client/tests.py index a14d1ebef1..034bb95b41 100644 --- a/tests/test_client/tests.py +++ b/tests/test_client/tests.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -39. Testing using the Test Client +Testing using the Test Client The test client is a class that can act like a simple browser for testing purposes. |
