File: test_fixtures_utils.py

package info (click to toggle)
python-pytest-djangoapp 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 1,116; makefile: 114; sh: 6
file content (4 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4

def test_conf_app_name(conf_app_name):

    assert conf_app_name == 'pytest_djangoapp'