Fix: gitignore newlines
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,8 +2,9 @@
|
|||||||
dist
|
dist
|
||||||
docs/.build/
|
docs/.build/
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
|
__pycache__
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
.tox
|
.tox
|
||||||
**egg-info
|
**egg-info
|
||||||
**.pyc
|
**.pyc
|
||||||
**__pycache__
|
|
||||||
|
|||||||
@@ -409,4 +409,3 @@ def test_get_nonexisting_attributes_from_dictionaries(attribute):
|
|||||||
dd = Dictionary("", dictionary)
|
dd = Dictionary("", dictionary)
|
||||||
with pytest.raises(KeyError):
|
with pytest.raises(KeyError):
|
||||||
_ = dd[attribute]
|
_ = dd[attribute]
|
||||||
|
|
||||||
|
|||||||
@@ -179,4 +179,3 @@ def test_salt_crypt():
|
|||||||
# dec = utils.salt_decrypt("secret", authenticator, salt, enc)
|
# dec = utils.salt_decrypt("secret", authenticator, salt, enc)
|
||||||
# assert enc == encrypted
|
# assert enc == encrypted
|
||||||
# assert plaintext = dec
|
# assert plaintext = dec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user