mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-21 20:47:10 +08:00
Add Flake8 F4 Tests to .travis.yml (#974)
* Add Flake8 F4 Tests to .travis.yml F4 tests check for import errors. Implements issue #973 * Remove wildcard imports
This commit is contained in:

committed by
Christian Clauss

parent
f8e30cfab1
commit
6fa3c0b170
@ -9,7 +9,7 @@ This file contains the test-suite for the linear algebra library.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
from lib import *
|
||||
from lib import Matrix, Vector, axpy, squareZeroMatrix, unitBasisVector, zeroVector
|
||||
|
||||
class Test(unittest.TestCase):
|
||||
def test_component(self):
|
||||
|
Reference in New Issue
Block a user