File: test_module_ddf_shortcut.py

package info (click to toggle)
python-django-dynamic-fixture 4.0.1-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 616 kB
  • sloc: python: 3,909; makefile: 237; sh: 6
file content (8 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8

try:
    from ddf import N, G, F, C, P, PRE_SAVE, POST_SAVE
    from ddf import new, get, fixture, teach, look_up_alias
    from ddf import skip_for_database, only_for_database
    from ddf import FileSystemDjangoTestCase
except ImportError:
    assert False, 'Import `ddf` module is not working properly.'