- 13 Sep, 2018 5 commits
-
-
juga authored
instead of conf and args, so that it's easier to test the method without creating ConfigParser and ArgumentParser objects.
-
juga authored
-
juga authored
1. magic methods 2. classmethods 3. staticmethods 4. properties 5. methods
-
juga authored
1. magic methods 2. classmethods 3. staticmethods 4. properties 5. methods
-
juga authored
1. magic methods 2. classmethods 3. staticmethods 4. properties 5. methods
-
- 03 Aug, 2018 1 commit
-
-
juga authored
-
- 23 Jul, 2018 2 commits
-
-
Matt Traudt authored
-
- 16 Jul, 2018 1 commit
-
-
Matt Traudt authored
- Remove started_at file in config et al. - Add state_fname to config et al. - Remove read/write functions for the started_at file in scanner.py and genearte.py
-
- 09 Jul, 2018 1 commit
-
-
juga authored
-
- 03 Jul, 2018 2 commits
- 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 14 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.
-