Skip to content

Commit

Permalink
Mark integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 27, 2024
1 parent 6eccc8d commit ac5d069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ def it_deletes_dependencies_when_they_exist(config):

expect(os.path.exists(config.location)) == False

@pytest.mark.integration
def it_should_not_fail_when_no_dependencies_exist(config):
expect(os.path.isdir(config.location)) == False

Expand Down

0 comments on commit ac5d069

Please sign in to comment.