-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from chazuttu/coverage_receb1
Coverage receb1
- Loading branch information
Showing
11 changed files
with
1,810 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ omit = | |
*iibb* | ||
*nsis* | ||
*/padron.py | ||
*receb1* | ||
*formatos* | ||
*recet* | ||
*formatos* | ||
*rg3685* | ||
|
This file contains 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
683 changes: 683 additions & 0 deletions
683
tests/cassettes/test_wsbfev1_receb1/test_main_ayuda.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
interactions: | ||
- request: | ||
body: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" | ||
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n<soap:Header/>\n<soap:Body>\n | ||
\ \n</soap:Body>\n</soap:Envelope>" | ||
headers: | ||
accept-encoding: | ||
- gzip, deflate | ||
content-length: | ||
- '269' | ||
content-type: | ||
- text/xml; charset="UTF-8" | ||
soapaction: | ||
- '"http://ar.gov.afip.dif.bfev1/BFEDummy"' | ||
user-agent: | ||
- Mozilla/5.0 (Windows NT 6.1; Win64; x64) | ||
method: POST | ||
uri: https://wswhomo.afip.gov.ar/wsbfev1/service.asmx | ||
response: | ||
body: | ||
string: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header><FEHeaderInfo | ||
xmlns="http://ar.gov.afip.dif.bfev1/"><ambiente>Homologacion - efa</ambiente><fecha>2021-08-01T17:48:12.94082-03:00</fecha><id>1.7.0.0</id></FEHeaderInfo></soap:Header><soap:Body><BFEDummyResponse | ||
xmlns="http://ar.gov.afip.dif.bfev1/"><BFEDummyResult><AppServer>OK</AppServer><DbServer>OK</DbServer><AuthServer>OK</AuthServer></BFEDummyResult></BFEDummyResponse></soap:Body></soap:Envelope> | ||
headers: | ||
Cache-Control: | ||
- private, max-age=0 | ||
Content-Length: | ||
- '624' | ||
Content-Type: | ||
- text/xml; charset=utf-8 | ||
Date: | ||
- Sun, 01 Aug 2021 20:48:12 GMT | ||
Expect-CT: | ||
- enforce | ||
MicrosoftOfficeWebServer: | ||
- 5.0_Pub | ||
Set-Cookie: | ||
- TS01983a04=01439f1ddf6f5f561f02c6ba1758b5bbe617e236e1b2d38af042e3d72c3257575a90a292a0; | ||
Path=/ | ||
Strict-Transport-Security: | ||
- nosniff | ||
X-AspNet-Version: | ||
- 2.0.50727 | ||
X-Content-Type-Options: | ||
- nosniff | ||
X-Frame-Options: | ||
- SAMEORIGIN | ||
X-Powered-By: | ||
- ASP.NET | ||
X-Xss-Protection: | ||
- 1; mode=block | ||
status: | ||
code: 200 | ||
message: OK | ||
version: 1 |
Oops, something went wrong.