Alan Hamlett
|
c5531312da
|
refactor main into multiple files
|
2017-02-20 12:04:07 -08:00 |
|
Alan Hamlett
|
f283f79880
|
fix tests on py3.5 and lower
|
2017-02-16 12:47:02 -08:00 |
|
Alan Hamlett
|
9c45df622a
|
autocommit transactions to sqlite db in python 3.6+
|
2017-02-16 12:46:04 -08:00 |
|
Alan Hamlett
|
62dfdc7993
|
add test for --hidefilenames arg
|
2017-02-15 15:34:13 -08:00 |
|
Alan Hamlett
|
fdba83a1c7
|
improve test coverage over invalid arguments
|
2017-02-15 15:28:53 -08:00 |
|
Alan Hamlett
|
1fd6169f53
|
support for ntlm proxy
|
2017-02-15 15:02:05 -08:00 |
|
Alan Hamlett
|
7f198639aa
|
allow list of regex patterns for hiding file names
|
2017-02-01 23:31:30 -08:00 |
|
Alan Hamlett
|
d8f0968c1a
|
allow setting home folder from WAKATIME_HOME env variable
|
2016-10-24 11:10:36 +02:00 |
|
Alan Hamlett
|
92d8960250
|
imporove debug warning message from unsupported dependency parser
|
2016-10-16 10:50:40 +02:00 |
|
Alan Hamlett
|
d4eeedbacc
|
return custom exit status from missing api key
|
2016-10-11 09:51:34 +02:00 |
|
Alan Hamlett
|
bcbf9e869f
|
test --write with verbose flag on
|
2016-09-01 12:47:54 +02:00 |
|
Alan Hamlett
|
b5201f16fa
|
test --write cli argument
|
2016-09-01 11:56:51 +02:00 |
|
Alan Hamlett
|
fd322ba3b6
|
improve traceback logging and non-utf8 handling
|
2016-09-01 11:49:12 +02:00 |
|
Alan Hamlett
|
048228c0b6
|
prevent dict ordering from breaking tests
|
2016-08-31 22:50:21 +02:00 |
|
Alan Hamlett
|
4ddf48905a
|
fix tests on python 3
|
2016-08-31 22:45:49 +02:00 |
|
Alan Hamlett
|
9c5b31ce04
|
improve test coverage for main module
|
2016-08-31 22:37:02 +02:00 |
|
Alan Hamlett
|
7bf637a42e
|
test requests and tzlocal exceptions
|
2016-08-31 21:46:28 +02:00 |
|
Alan Hamlett
|
17c7808218
|
test excluding files from logging
|
2016-08-31 19:38:55 +02:00 |
|
Alan Hamlett
|
6d36882d45
|
test missing --entity argument
|
2016-08-31 18:58:34 +02:00 |
|
Alan Hamlett
|
c4d6bb38a1
|
test for unknown exceptions and malformed extra heartbeats json
|
2016-08-31 14:27:10 +02:00 |
|
Alan Hamlett
|
b6f2ca548a
|
upgrade python packages to latest versions
|
2016-08-31 12:23:38 +02:00 |
|
Alan Hamlett
|
59871a8bd9
|
test that multiple executions don't overwrite projects
|
2016-07-28 09:00:58 +02:00 |
|
Alan Hamlett
|
5bf2c063a5
|
test for non-ascii filenames
|
2016-07-20 20:32:08 +02:00 |
|
Alan Hamlett
|
8a205e745b
|
add test for setting hostname in config file
|
2016-07-06 09:33:50 +02:00 |
|
Alan Hamlett
|
429c61967a
|
use temp directory for all code files in tests
|
2016-06-08 20:33:36 +02:00 |
|
Alan Hamlett
|
e918bb0997
|
fix tests on travis
|
2016-06-01 10:24:02 +02:00 |
|
Alan Hamlett
|
dc1964cd80
|
no longer allowing entity-type url
|
2016-04-28 23:57:15 +02:00 |
|
Alan Hamlett
|
937350220e
|
only read one line of extra heartbeats from stdin
|
2016-04-28 19:25:52 +02:00 |
|
Alan Hamlett
|
67a2403070
|
new --extra-heartbeats argument
|
2016-04-21 00:30:44 +02:00 |
|
Alan Hamlett
|
984a8ab62a
|
increase default timeout to 60 seconds
|
2016-04-19 13:50:29 +02:00 |
|
Alan Hamlett
|
e92ec60cf3
|
test for timezone header in heartbeat request
|
2016-04-18 23:52:15 +02:00 |
|
Alan Hamlett
|
9bc81a341a
|
use correct path for tzlocal for py3 tests
|
2016-04-18 23:38:38 +02:00 |
|
Alan Hamlett
|
cd6b698635
|
tests for unicode in machine hostname and timezone
|
2016-03-06 14:08:00 -08:00 |
|
Alan Hamlett
|
33a87b9877
|
add new AUTH_ERROR exit status to signal an invalid api key. fixes #41.
|
2016-01-25 23:49:37 +01:00 |
|
Alan Hamlett
|
ac8690222c
|
fix tests for timeout value
|
2015-09-29 22:43:39 -07:00 |
|
Alan Hamlett
|
d953c13203
|
correctly test output when timeout value is not integer
|
2015-09-29 22:39:06 -07:00 |
|
Alan Hamlett
|
75aa9a2994
|
test config file parsing with more config options
|
2015-09-29 22:34:14 -07:00 |
|
Alan Hamlett
|
db02b82d95
|
remove temp sqlite file after testing. improve offlinequeue and session_cache tests.
|
2015-09-27 03:17:54 -07:00 |
|
Alan Hamlett
|
dfb8ad4502
|
tests for session caching
|
2015-09-27 01:04:06 -07:00 |
|
Alan Hamlett
|
c99518bcc8
|
test proxy setting
|
2015-09-26 19:17:06 -07:00 |
|
Alan Hamlett
|
22ddc41f25
|
test alternate api key config setting
|
2015-09-26 19:12:54 -07:00 |
|
Alan Hamlett
|
f467336a8b
|
test for config file not passed via command line
|
2015-09-26 19:10:12 -07:00 |
|
Alan Hamlett
|
09f5ebc78f
|
test missing entity file
|
2015-09-15 09:07:58 -07:00 |
|
Alan Hamlett
|
9884eea311
|
test bower dependencies
|
2015-09-08 15:48:28 -07:00 |
|
Alan Hamlett
|
0d1c95cf9c
|
remove redundant wakatime from test file names
|
2015-09-08 14:15:35 -07:00 |
|