Skip to content

Development test git #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Nov 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove random_name method
  • Loading branch information
mhost39 committed Nov 24, 2020
commit 90c5a4fbd1d0c88f53ecabe9842bbc16af0994b9
3 changes: 0 additions & 3 deletions tests/base_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ def random_name(self):

def info(self, message):
j.logger.info(message)

def random_name(self):
return j.data.idgenerator.nfromchoices(10, string.ascii_letters)