Releases: faustocarrera/pysmoke
2.1.0
2.0.0
Moving away from plain text configuration and tests for a more simple way to handle it with JSON files
1.2.2
Fix True/False attributes validation
1.2.1
Remove warnings when the verify ssl certificate is disabled
1.2.0
SSL verification flag
1.1.0
Pypi ready version
1.0.0
Code reorganization and few enhacements:
- new verbose mode with more information
- all related classes moved to same module
- Code decoupled
0.8.0
Change the way the variables are replaced on the payload and urls
0.7.0
Add option to override the default config source and the default tests folder from the cli
0.6.0
Add threads
-- no threads --
Executed 53 tests found 3 errors
get.test :: error-404 :: HTTP status error expected value 404 returned value 200
get.test :: list :: HTTP status error expected value 201 returned value 200
json.test :: error-404 :: HTTP status error expected value 404 returned value 200
real 0m5.629s
user 0m0.696s
sys 0m0.060s
-- threads --
Executed 53 tests found 3 errors
get.test :: error-404 :: HTTP status error expected value 404 returned value 200
json.test :: error-404 :: HTTP status error expected value 404 returned value 200
get.test :: list :: HTTP status error expected value 201 returned value 200
real 0m1.917s
user 0m0.672s
sys 0m0.120s