- 07 May, 2015 1 commit
-
-
Mathieu Giraud authored
-
- 03 May, 2015 2 commits
-
-
- 01 May, 2015 2 commits
-
-
Mathieu Giraud authored
The result with '>=' should be more portable. This may be related to the actual precision of 'double' and rounding issues that may depend on the platform. Bug detected thanks to unit tests on several slaves. Thank you Jenkins !
-
Mathieu Giraud authored
-
- 30 Apr, 2015 14 commits
-
-
-
-
-
-
Additionnally that function falls back to stderr if there is a problem opening the output file
-
-
-
relaunch-fuse.py: Script that provide commands for relaunching fuse.py for any sequence file containing a given substring
-
-
Since auth is initialised at the beginning it doesn't benefit from the change of the DB. Therefore it was modifying the original DB rather than working on the test DB.
-
Since we don't modify them at export, there's no reason to modify them at import
-
Marc Duez authored
-
Marc Duez authored
-
-
- 29 Apr, 2015 9 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
If the seed is not symmetrical (as with TRA and VdJa), we can't just reverse the seed. We need to take back the original substring, reverse it and then take the seed.
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Mathieu Giraud authored
Thanks to the server unit tests !
-
Mathieu Giraud authored
Thanks to landscape.io.
-
Mathieu Giraud authored
The standalone installation of web2py should not depend of the unit test framework.
-
- 28 Apr, 2015 12 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
We moved fuse.py quite a long time ago from server/ to tools/. Fixes 27400bb7
-
Mikaël Salson authored
No need to put None as the port for fuse server. However it can still be used if one doesn't want a fuse server.
-
Mikaël Salson authored
-
Mikaël Salson authored
We've now transformed the JSON string in a real Python structure. So we traverse it (which is more reliable) Fixes bf65fbdb
-
Mikaël Salson authored
-
Mikaël Salson authored
The path given in defs may be given relatively to the web2py directory. However fuse_server.py is not in that directory and therefore we must use absolute paths so they correspond to the same directory.
-
Mikaël Salson authored
Beware the command will kill all the fuse servers, not only one. Should not be used on a server with several fuse servers. We should store the PID of the fuse server in a file and kill that one, only.
-
Mikaël Salson authored
No need to have nginx to run the tests
-
Mikaël Salson authored
either the fuse server doesn't exist and the test must fail, or the test must succeed as previously
-
Mikaël Salson authored
-
Mikaël Salson authored
Useful for development and tests
-