Skip to content

Commit

Permalink
Rerun example.ipynb as our vocabulary changed
Browse files Browse the repository at this point in the history
  • Loading branch information
zywkloo committed Jan 31, 2024
1 parent 82df255 commit 0657c89
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
26 changes: 13 additions & 13 deletions docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
{
"data": {
"text/plain": [
"',tKC]m\"wDJ34'"
"'st<LUJ0rq/ww'"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -183,7 +183,7 @@
{
"data": {
"text/plain": [
"\"],rDfnF}g0K'{X9Nc;&&z![54=rB/eEiTkH$^c80_522>!:-*F?(N8w_Bv]J:q-2A&V:SzQNCR6Yk>/Z|,iL)pg/^1aZVhMv!ndI\""
"'N{KDo2?Fh6eZmy-~yozf^L7Y\\'=:hK@zkWMb)T#RI/4\\'Q2:&~\"Kz8$bv}R$L|r%RD%a;g8U$GCX0tu?OhVZS~rkza]tMk?;(cN[!8'"
]
},
"execution_count": 5,
Expand Down Expand Up @@ -219,7 +219,7 @@
{
"data": {
"text/plain": [
"'NJfVKhgnrJYa'"
"'KvsJoAlXAMaB'"
]
},
"execution_count": 6,
Expand Down Expand Up @@ -258,14 +258,14 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Gh%YwhDDöDàdY \n"
"l.õ!p.gg3gíI!{\n"
]
}
],
Expand Down Expand Up @@ -295,14 +295,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"äMul MTT1T86l-\n"
"ñ1ã4ÿ1``o`Wf4a\n"
]
}
],
Expand All @@ -325,16 +325,16 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 9,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'I3:-!3vvnväk-5'"
"'2E@ãnEyyóyâqãö'"
]
},
"execution_count": 14,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -356,7 +356,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand All @@ -365,7 +365,7 @@
"'Baseball4life!'"
]
},
"execution_count": 15,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -393,7 +393,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "passwordler",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
1 change: 0 additions & 1 deletion tests/test_generate_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_generate_password_include_numbers():
Test if the generated password includes numbers.
"""
ret = generate_password(12, include_numbers=True)
print(ret)
assert any(char in ret for char in "0123456789")

def test_generate_password_strength():
Expand Down

0 comments on commit 0657c89

Please sign in to comment.