File tree Expand file tree Collapse file tree 3 files changed +2
-41
lines changed Expand file tree Collapse file tree 3 files changed +2
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
-
2
- [ ![ Build Status] ( https://travis-ci.com/scivision/mozilla-location-python.svg?branch=master )] ( https://travis-ci.com/scivision/mozilla-location-python )
3
-
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/scivision/mozilla-location-wifi-python/badge.svg?branch=master )] ( https://coveralls.io/github/scivision/mozilla-location-wifi-python?branch=master )
5
-
6
1
[ ![ Python versions (PyPI)] ( https://img.shields.io/pypi/pyversions/mozilla-location-python.svg )] ( https://pypi.python.org/pypi/mozilla-location-python )
7
2
8
3
[ ![ Distribution format (PyPI)] ( https://img.shields.io/pypi/format/mozilla-location-python.svg )] ( https://pypi.python.org/pypi/mozilla-location-python )
Original file line number Diff line number Diff line change 3
3
import mozloc
4
4
import datetime
5
5
6
- def test_nm_connection ():
6
+ def test_nm_loc ():
7
7
loc = mozloc .get_nmcli ()
8
8
assert isinstance (loc ,dict )
9
9
assert isinstance (loc ['t' ],datetime .datetime )
10
10
11
- def test_nm_loc ():
11
+ def test_nm_connection ():
12
12
mozloc .nm_config_check ()
13
13
14
14
You can’t perform that action at this time.
0 commit comments