qutebrowser/tests/unit/completion
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
..
test_completer.py Remove --force for :bind and config.bind(...) 2017-10-03 20:43:38 +02:00
test_completionmodel.py Use .assert_not_called() for mocks 2017-09-22 19:58:38 +02:00
test_completionwidget.py Use .assert_not_called() for mocks 2017-09-22 19:58:38 +02:00
test_histcategory.py Don't check date string in test_histcategory. 2017-11-02 22:10:00 -04:00
test_listcategory.py Ensure completions are sorted after filtering. 2017-11-02 22:10:00 -04:00
test_models.py Ensure completions are sorted after filtering. 2017-11-02 22:10:00 -04:00