Skip to content

Commit eca2fdf

Browse files
removes unused pytest marks.
1 parent 8f4053b commit eca2fdf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/test_files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def readme_contents():
4646
)
4747

4848

49-
@pytest.mark.files
5049
def test_path_get_returns_contents_of_directory_when_path_to_dir_provided(
5150
api_token, api_responses, base_url, default_home_dir_files, home_dir_path
5251
):

tests/test_students.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def students_base_url():
1313
return get_api_endpoint().format(username=getpass.getuser(), flavor="students")
1414

1515

16-
@pytest.mark.students
1716
class TestStudentsAPIGet:
1817
def test_gets_list_of_students_when_there_are_some(
1918
self, api_token, api_responses, students_base_url
@@ -38,7 +37,6 @@ def test_gets_empty_list_of_students_when_there_none(
3837
assert StudentsAPI().get() == students
3938

4039

41-
@pytest.mark.students
4240
class TestStudentsAPIDelete:
4341
def test_returns_204_when_student_deleted(
4442
self, api_token, api_responses, students_base_url

0 commit comments

Comments
 (0)