]> git.puffer.fish Git - mirror/frr.git/commit
example: add missing __init__.py
authorRafael Zalamena <rzalamena@gmail.com>
Thu, 22 Jun 2017 20:01:58 +0000 (17:01 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
commit240e334fca888265af02d8e0930623b15d13c991
tree06ba6a2977d9ff65baecdf5a42630ec6e0976cbc
parent38c3993248ac22e4a85758038cb1f3c5d3f725d4
example: add missing __init__.py

Adding the __init__.py file makes python and its linter recognize that
the test makes part of the package, this makes us save a few lines of
code to make the linter and auto complete engines happy.
tests/topotests/example-test/__init__.py [new file with mode: 0644]
tests/topotests/example-test/test_template.py