File: test.py

package info (click to toggle)
pytest-order 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: python: 3,483; makefile: 159; sh: 13
file content (11 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
"""Reference test without ordering from the quick start chapter.
See https://pytest-order.readthedocs.io/en/stable/intro.html#quickstart
"""


def test_foo():
    assert True


def test_bar():
    assert True