qutebrowser/tests/unit
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
..
browser Set backend in TestRectOnView.test_zoomed 2017-10-20 08:07:10 +02:00
commands Improve tests for partial matching 2017-10-17 11:49:46 +02:00
completion Don't check date string in test_histcategory. 2017-11-02 22:10:00 -04:00
config Fix string escaping in config.source test 2017-10-20 10:05:42 +02:00
javascript Finally update copyrights... 2017-05-09 21:37:03 +02:00
keyinput Fix modeparser tests 2017-09-22 19:49:52 +02:00
mainwindow Use existing tabbed_browser_stubs fixture in tests 2017-10-04 06:35:42 +02:00
misc Fix error code for "database is locked" 2017-10-17 15:35:23 +02:00
scripts Review fixes 2017-10-04 09:22:35 -04:00
utils Make standarddir work on HaikuOS 2017-10-17 22:37:14 +02:00
test_app.py Finally update copyrights... 2017-05-09 21:37:03 +02:00