提交 c4964a44 编写于 作者: J Jim Anderson

CHanging directory name and fixing linter issues

上级 8f85d0f7
...@@ -18,5 +18,4 @@ ...@@ -18,5 +18,4 @@
smallest difference in "for" and "against" goals. Create unit tests with smallest difference in "for" and "against" goals. Create unit tests with
Pytest to test your program. Pytest to test your program.
""" """
import csv # import csv
#!/usr/bin/env python3 #!/usr/bin/env python3
""" Pytest functions for CSV Football problem """ """ Pytest functions for CSV Football problem """
import pytest import pytest
import football_v1 as fb # import football_v1 as fb
@pytest.fixture @pytest.fixture
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
Write unit tests with Pytest to test your program. Write unit tests with Pytest to test your program.
""" """
import pytest import pytest
import weather_v1 as wthr # import weather_v1 as wthr
@pytest.fixture @pytest.fixture
......
...@@ -18,5 +18,4 @@ ...@@ -18,5 +18,4 @@
Write unit tests with Pytest to test your program. Write unit tests with Pytest to test your program.
""" """
import csv # import csv
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册