Commit Graph

14 Commits

Author SHA1 Message Date
Tom Keffer
6e052d1dd0 Modified deep_copy() so it does not have to turn interpolation off.
Really fixes issue #579.
2020-06-29 15:20:03 -07:00
Tom Keffer
b6d2424482 Fixed problem caused by specifying a [Logging]/[[formatters]] section in
weewx.conf that uses interpolated variables.
2020-06-02 15:03:28 -07:00
Tom Keffer
5a552a7eb2 Refactor, to create a config_from_str() function. 2020-01-24 07:07:57 -08:00
tkeffer@gmail.com
a0fecfaced Added tests for main module.
This allows these files to be used by PyCharm's unittest facility
2020-01-09 05:01:16 -07:00
Tom Keffer
15c7cd83e2 Change how archive timespans get calculated. Fixes issue #469.
This allows oddball archive intervals.
2019-11-22 09:26:51 -08:00
Tom Keffer
178114d0ba Fix problem under Python 2, sensing unicode value of 'NONE' 2019-11-19 08:40:15 -08:00
Tom Keffer
031fd1e1b5 Benchmark for creating extensible types 2019-09-26 10:57:28 -07:00
Tom Keffer
7ca87afc95 Moved the bound method test of ExtendedTypes to test_xtypes.py 2019-09-05 17:00:56 -07:00
Tom Keffer
7acd4328c7 Refactored. Moved PressureCooker to wxformulas.py 2019-09-05 16:56:54 -07:00
Tom Keffer
91a56f892c Added tests for pressure, including using a bound method 2019-09-05 16:13:20 -07:00
Tom Keffer
a6f0497ea9 Test _get_temperature_12h_F() 2019-09-05 14:19:26 -07:00
Tom Keffer
ece9a603fd Checkpoint while writing ExtendedTypes 2019-09-05 14:05:24 -07:00
Tom Keffer
1f363e0dba Regression test for option_as_list() change 2019-06-23 05:12:54 -07:00
Tom Keffer
77480391d0 Changed name of test subdirectory from 'test' to 'tests'. 2019-03-02 17:26:05 -08:00