Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. >> ./manage.py test ajax_forms
  2. Creating test database for alias 'default'...
  3.  
  4. ----------------------------------------------------------------------
  5. Ran 0 tests in 0.000s
  6.  
  7. OK
  8. Destroying test database for alias 'default'...
  9.  
  10. >> ./manage.py test ajax_forms.tests
  11. ....
  12. raise ValueError("Test label '%s' does not refer to a test" % label)
  13. ValueError: Test label 'ajax_forms.tests' does not refer to a test
  14. (ajax-validation)
  15.  
  16. In [2]: from ajax_forms.tests.tests import AjaxFormViewTest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement