lp:~racb/network-manager

Owned by Robie Basak
Get this repository:
git clone https://git.launchpad.net/~racb/network-manager
Only Robie Basak can upload to this repository. If you are Robie Basak please log in for upload directions.

Branches

Name Last Modified Last Commit
python-dep8-improvements 2018-11-29 12:39:13 UTC
Make dep8 nm test directly invokable

Author: Robie Basak
Author Date: 2018-11-27 18:10:33 UTC

Make dep8 nm test directly invokable

By renaming the test to nm.py, it can be called directly with:

    python3 -m unittest nm

To make this work, we also need to move required test setup and teardown
code to setUpModule() and tearDownModule() accordingly, and move other
"script" code into the __name__ == '__main__' idiom.

This then allows easier debugging of failing tests by calling unittest
to run a specific test using the usual method. For example:

    sudo python3 -m unittest nm.ColdplugWifi.test_open_b_ip6_raonly_no_pe

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers