-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add database name and description property #389
Conversation
db29e69
to
ea96525
Compare
@Evidlo Could you please review this one? |
@A6GibKm Time for a review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Please add a test for the setters and getters.
- get value
- set value to X
- get value and check that it matches X
- save db
- close db
- open db
- check the it is still X
Is this missing a rebase? I think python 3.6 tests were removed one or two weeks ago. |
def91e7
to
3aadce5
Compare
Added tests |
Add database name, database description and default user name property.
3aadce5
to
5bd15ed
Compare
@Evidlo Can you please merge it? |
No description provided.