Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brunobord/tdaemon
/ functions
Functions
15 in github.com/brunobord/tdaemon
⨍
Functions
15
◇
Types & classes
5
↓ 2 callers
Function
ask
Asks the user his opinion.
tdaemon.py:45
↓ 2 callers
Method
get_cmd
Returns the full command to be executed at runtime
tdaemon.py:132
↓ 2 callers
Method
walk
Walks the walk. nah, seriously: reads the file and stores a hashkey corresponding to its content.
tdaemon.py:178
↓ 1 callers
Method
check_configuration
Checks if configuration is ok.
tdaemon.py:88
↓ 1 callers
Method
check_dependencies
Checks if the test program is available in the python environnement
tdaemon.py:103
↓ 1 callers
Method
diff_list
Extracts differences between lists. For debug purposes
tdaemon.py:205
↓ 1 callers
Function
escapearg
Escapes characters you don't want in arguments (preventing shell injection)
tdaemon.py:53
↓ 1 callers
Method
file_sizes
Returns total filesize (in MB)
tdaemon.py:199
↓ 1 callers
Method
include
Returns `True` if the file is not ignored
tdaemon.py:167
↓ 1 callers
Method
loop
Main loop daemon.
tdaemon.py:224
↓ 1 callers
Function
main
What do you expect?
tdaemon.py:235
↓ 1 callers
Method
run
Runs the appropriate command
tdaemon.py:213
↓ 1 callers
Method
run_tests
Execute tests
tdaemon.py:220
Method
__init__
(self, file_path, test_program, debug=False, custom_args='', ignore_dirs=None, quiet=False)
tdaemon.py:66
Method
test_remove_special_chars
(self)
test.py:8