Skip to content

Commit

Permalink
#514: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aram yegiazaryan authored and srics committed Sep 1, 2024
1 parent 134b373 commit 6e3b865
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/app/config/test_config_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,3 @@ def test_validate_config(setup_and_teardown):
with pytest.raises(SystemExit):
validate_config(config)
# If the configuration is invalid, validate_config should raise a SystemExit exception


# def test_validate_successful_import():
# """Test that validate() does not add an error if import is successful"""
# # empty config since this is os dependency
# config = {}
# validator = WeasyPrintDependency(config)
# validator.validate()
#
# # Check that no errors were added
# assert len(validator.errors) == 0

0 comments on commit 6e3b865

Please sign in to comment.