-
Notifications
You must be signed in to change notification settings - Fork 7
Add system test #66
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
Open
FedeDR
wants to merge
48
commits into
corso-python-prato:master
Choose a base branch
from
FedeDR:black_box
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add system test #66
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
5d0fae1
add system test: test_blackbox
FedeDR 4b6ec10
temporary client_daemon refuse fix
FedeDR cecf8d5
add file for flexible environment for system test (in progress)
FedeDR 984344c
Merge branch 'master' of github.com:corso-python-prato/share-system-t…
FedeDR 9d1820a
Merge branch 'master' of github.com:corso-python-prato/share-system-t…
FedeDR 4a1cb8f
add init base structure creation
FedeDR d1db121
add method for add user daemon istance
FedeDR 992c352
add methon for daemoin istance structure and configure propagation
FedeDR 974100d
import for usarname checker error
FedeDR fc353fb
add manage process function
FedeDR 7f1d81d
minor docstring refactor
FedeDR 749304a
DirSnapshotManager take share dir by argument
FedeDR 1f36923
fix test for json message reading
FedeDR ed67624
fix import and server check password
FedeDR a19bb0f
fix default folder argument
FedeDR e586bcf
add_daemon_istance create config folder, check and init istance dict …
FedeDR a8be5b0
istance propagation method refactoring
FedeDR 77e2df7
fix terminate proc pid error
FedeDR 49bad7b
fix daemon command creation
FedeDR 2fe6b6b
delete useless creation and init refuse
FedeDR 40ab9af
sync share methon for set parameter before propagation
FedeDR 71d8939
add random file method to specific folder
FedeDR 2e35883
add start all and stop all method
FedeDR dc795be
add flush method for remove all environment test file
FedeDR 2b1f578
add docstring
FedeDR 70257cb
fix relative path problem
FedeDR c8c9bbc
add method for adding custom folder
FedeDR 362baea
create a dedicated unittest class for system test
FedeDR 7b21536
fix for refuse in utility function
FedeDR 727288c
add a check propagation system in unittest method
FedeDR 62bfca5
add get_share_path utility
FedeDR e57406d
minor test enviromnent fix
FedeDR 38beb6c
docstring and user interface print refactor
FedeDR 7ee4efb
delete old test structure and refactor test to new testenvironment
FedeDR aadc35c
Merge branch 'master' of github.com:corso-python-prato/share-system-t…
FedeDR fea0bb7
fix merge problem
FedeDR dad55c8
add parameter for test_new_client issue
FedeDR 523030d
Merge branch 'master' of github.com:corso-python-prato/share-system-t…
FedeDR 36a231b
FIX client_daemon download system
FedeDR 9efb6f3
revert test refuse correction
FedeDR f77f6e7
fix server folder creation problem
FedeDR 763adca
change variable name to prevent nomenclature mistake
FedeDR b2a016c
fix adapter form
FedeDR 666ecfe
fix some typo error
FedeDR 3efe9c0
some code optimization
FedeDR b6b2b8b
verbose use of function in test
FedeDR 7d3c172
Merge branch 'master' of github.com:corso-python-prato/share-system-t…
FedeDR 9f4e3f8
refactor instance inizialization
FedeDR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
non è un po ambiguo chiamarla share_path ? sembra la path della cartella dello share e non della cartella di rawbox no?
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.
non ho capito la differenza tra cartella dello share e quella di rawbox...
ho usato il termine share_path per definire la cartella con i file dell'utente che viene sincronizzata col server. Bene o male ho seguito questa terminologia per tutto il codice
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.
share_path sembra "RawBox/shares" a meno a me XD l'importante è essere coerenti, nel resto del demone non compare mai share_path, la path di rawbox viene chiamata dir_path, se vuoi cambiarla rinominala ovunque, però secondo me a quel punto è meglio rawbox_dir_path perche abbiamo anche una cartella shares e share_path può essere forviante per quello.
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.
cambiato nomenclatura