- 20 Jun, 2018 1 commit
-
-
Matt Traudt authored
This required a bump in the result version: we add a new field to ResultSuccess.
-
- 14 Jun, 2018 9 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
It doesn't need to know how to write to a file. It store and organizes data.
-
Matt Traudt authored
I think this is the more common way to do things. It allows you to move the files around without the symlink breaking.
-
Matt Traudt authored
-
juga authored
also fix link path
-
juga authored
also lock the directory except when writing to the standard output, needed for test_generate.py
-
juga authored
-
juga authored
-
- 13 Jun, 2018 2 commits
-
-
juga authored
by mistake from_results was calling latest_bandwidth instead of earliest_bandwidth
-
Matt Traudt authored
-
- 11 Jun, 2018 2 commits
- 05 Jun, 2018 15 commits
-
-
juga authored
-
juga authored
-
juga authored
also, convert types to int when generating line from str
-
juga authored
also complete classes docstring
-
juga authored
-
juga authored
* Move logic in generate to class * Add test * Move 7500 to global constant * Make read_started_at not fail when conf is None
-
juga authored
* Move V3BWLine to v3bwfile.py * Add methods to V3BWLine similar to V3BwHeader * Add methods to V3BWLine to implement most of the logic in the class * Move functions related to data lines to v3bwfile.py * Add functions to generate types of erros * Add tests for the class and conftest to read results from file * Fix other tests depending on bw lines
-
juga authored
so that it close to the header and we can reuse methods/functions
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
also: * remove latest_bandwidth outside of class, since it should be generated from timestamp * pass all init arguments as string * require timestamp argument * fix tests with changes
-
juga authored
they do not need to be in 3rd and 4th posstions.
-
juga authored
Also: * add latest_bandwidth header * add file_created header * fix bw files header tests * disable tests that assume timestamp to be the file creation time * if we use ISO 8601 with T as separator, datetime format string is not needed
-
- 16 May, 2018 7 commits
- 27 Apr, 2018 4 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
juga authored
-