jamesscottbrown / pyyed

A simple Python library to export networks to yEd
BSD 3-Clause "New" or "Revised" License
81 stars 37 forks source link

Add first tests #7

Closed marco-m closed 6 years ago

marco-m commented 6 years ago

At the beginning I wanted to add the capability to set a default node color when creating the Graph, but it turned out it would require too much conditionals for the added value.

On the other hand since I feel unease touching code without tests, I added a test skeleton, which hopefully can be augmented little by little :-)

jamesscottbrown commented 6 years ago

Thanks.