Skip to content

Releases: faustocarrera/pysmoke

2.1.0

21 Apr 19:21
Compare
Choose a tag to compare

Fix filtered tests

2.0.0

16 Apr 22:01
bfd0583
Compare
Choose a tag to compare

Moving away from plain text configuration and tests for a more simple way to handle it with JSON files

1.2.2

05 Dec 19:35
Compare
Choose a tag to compare

Fix True/False attributes validation

1.2.1

30 Nov 21:59
Compare
Choose a tag to compare

Remove warnings when the verify ssl certificate is disabled

1.2.0

30 Nov 19:28
Compare
Choose a tag to compare

SSL verification flag

1.1.0

01 Aug 18:40
Compare
Choose a tag to compare

Pypi ready version

1.0.0

26 Jul 19:35
c819543
Compare
Choose a tag to compare

Code reorganization and few enhacements:

  • new verbose mode with more information
  • all related classes moved to same module
  • Code decoupled

0.8.0

17 Jul 16:59
Compare
Choose a tag to compare

Change the way the variables are replaced on the payload and urls

0.7.0

05 Jun 19:48
Compare
Choose a tag to compare

Add option to override the default config source and the default tests folder from the cli

0.6.0

05 Jun 19:15
Compare
Choose a tag to compare

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