Files @ ed5f5dd98823
Branch filter:

Location: kallithea/pytest.ini

domruf
less: clean up unnecessary diff line-no styling

- less spacing still leave room to show the comment bubble with hiding the line number
- looks good w/o letter-spacing
- bootstrap already sets box-sizing: border-box;
- it is a <a> no need for cursor: pointer
- width: 100% makes no difference
1
2
3
4
5
6
7
8
9
[pytest]
# only look for tests in kallithea/tests
python_files = kallithea/tests/**/test_*.py
addopts =
    # --verbose
    # show extra test summary info as specified by chars (f)ailed, (E)error, (s)skipped, (x)failed, (X)passed, (w)warnings.
    -rfEsxXw
    # Shorter scrollbacks; less stuff to scroll through
    --tb=short