From 52e72221bf65d118bc323866243f3fdbd2589c58 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 5 Aug 2020 17:21:45 -0700 Subject: Initialize gh-pages --- tests/test_alphanum.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/test_alphanum.py (limited to 'tests/test_alphanum.py') diff --git a/tests/test_alphanum.py b/tests/test_alphanum.py deleted file mode 100644 index fc9bc41..0000000 --- a/tests/test_alphanum.py +++ /dev/null @@ -1,17 +0,0 @@ -import alphanum - - -def test_no_string_length(): - foo = alphanum.generate() - assert len(foo) == 1 - - -def test_with_string_length(): - foo = alphanum.generate(10) - assert len(foo) == 10 - - -def test_subsequent_strings_differ(): - foo = alphanum.generate(10) - bar = alphanum.generate(10) - assert foo != bar -- cgit v1.2.3