We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i wrote those code, i'm not quite understand programming in python. :( So i will do some code refine now; comment welcomed! 😄
Working list: Class FreeBSDUtils
FreeBSDUtils
reboot
user_exists
create_user
invite_group
set_host_name
set_user_password
add_user_to_local_group
get_user_home
get_network_adapters
set_static_network_config
set_dhcp_network_config
set_timezone
adj_sys_time
_add_comment
_add_rc_conf
chown
Also, the naming of those functions (set_ and get_) are really non-pythonic style. Maybe we should use property.
set_
get_
property
The text was updated successfully, but these errors were encountered:
[#20] Start working on testing FreeBSDUtils with pytest
3c58b6c
Test case for FreeBSDUtils.reboot
[#20] Code refine and test case for FreeBSDUtils.user_exists
b45175b
[#20] Code refine for create_user and fix #21
e001d3d
Also, using new style string formatter
503051e
1. Using new style string formatter 2. Add helper function `isiterable`
No branches or pull requests
When i wrote those code, i'm not quite understand programming in python. :(
So i will do some code refine now; comment welcomed! 😄
Working list:
Class
FreeBSDUtils
reboot
user_exists
create_user
[osutils/freebsd.py] paraminvite_group
should be optional in create_user #21set_host_name
set_user_password
add_user_to_local_group
get_user_home
get_network_adapters
set_static_network_config
set_dhcp_network_config
set_timezone
adj_sys_time
_add_comment
_add_rc_conf
chown
Also, the naming of those functions (
set_
andget_
) are really non-pythonic style.Maybe we should use
property
.The text was updated successfully, but these errors were encountered: