LogikSim / LogikSimPython

Python prototype of a digital logic simulator
http://www.logiksim.org/
GNU General Public License v3.0
2 stars 1 forks source link

Currently it is not possible to insert lines over connected lines #33

Closed christianbrugger closed 9 years ago

christianbrugger commented 9 years ago

Fix following testcase:

https://github.com/LogikSim/LogikSim/blob/00d180f3/src/tests/test_inserting.py#L308-L326

hacst commented 9 years ago

BTW: Imho instead of skipping the test it's better to mark it as expected to fail. That means it will still run during testing.