aboutsummaryrefslogtreecommitdiff
path: root/test/doit
Commit message (Collapse)AuthorAgeFilesLines
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-021-10/+10
| | | | | | | | will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests.
* o Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-011-2/+2
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Moving all doit modules to use DoitConfig().Trygve Laugstøl2018-08-011-3/+4
|
* o Support for resolving 'mpn' fields from digikey. CreatesTrygve Laugstøl2018-07-293-160/+199
| | | | 'digikey-part-stub', can be used to download the entire part later on.
* wip.Trygve Laugstøl2018-07-241-1/+1
| | | | o Renaming "fact" to "ds".
* wip.Trygve Laugstøl2018-07-232-8/+62
| | | | o Support for loading CSV files.
* wip.Trygve Laugstøl2018-07-221-22/+13
| | | | o Moving to more standard doit task_xxx methods.
* wip.Trygve Laugstøl2018-07-191-1/+11
|
* wip. pcb.Trygve Laugstøl2018-07-174-17/+306
|
* wipTrygve Laugstøl2018-07-171-10/+8
|
* wipTrygve Laugstøl2018-07-161-2/+6
|
* wipTrygve Laugstøl2018-07-162-0/+112