qutebrowser/tests
Ryan Roden-Corrent a9926e44f0 Don't check date string in test_histcategory.
We really just need to check that the row exists here, the date doesn't
matter. Checking the date here is actually flaky with regards to time.
When running locally at 11:50 EST, it failed with:

```
assert self._model.data(self._model.index(row, col)) == item
AssertionError: assert '1969-12-31' == '1970-01-01'
- 1969-12-31
+ 1970-01-01
```

It was wrong to assume that an atime of 0 would always format to
1970-01-01.
2017-11-02 22:10:00 -04:00
..
end2end Re-add scroll filtering and disable it for mark/scroll tests 2017-10-20 07:38:51 +02:00
helpers Merge remote-tracking branch 'origin/pr/3054' 2017-10-17 09:10:45 +02:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Don't check date string in test_histcategory. 2017-11-02 22:10:00 -04:00
conftest.py Fix lint 2017-10-11 13:15:15 +02:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00