Refine Nam search path #151
Annotations
10 errors
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestStationScrape.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in StationScrape response. testing' != 'Could not find test_key in StationScrape response\ntesting'
Full diff:
(
- 'Could not find test_key in StationScrape response\n'
? ^
+ 'Could not find test_key in StationScrape response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestNoaaClass.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in NoaaScrape response. testing' != 'Could not find test_key in NoaaScrape response\ntesting'
Full diff:
(
- 'Could not find test_key in NoaaScrape response\n'
? ^
+ 'Could not find test_key in NoaaScrape response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestNoaaFtpClass.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in NoaaFtp response. testing' != 'Could not find test_key in NoaaFtp response\ntesting'
Full diff:
(
- 'Could not find test_key in NoaaFtp response\n'
? ^
+ 'Could not find test_key in NoaaFtp response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestNoaaScrapeClass.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in NoaaScrape response. testing' != 'Could not find test_key in NoaaScrape response\ntesting'
Full diff:
(
- 'Could not find test_key in NoaaScrape response\n'
? ^
+ 'Could not find test_key in NoaaScrape response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestNoaaScrapeListClass.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in NoaaScrapeList response. testing' != 'Could not find test_key in NoaaScrapeList response\ntesting'
Full diff:
(
- 'Could not find test_key in NoaaScrapeList response\n'
? ^
+ 'Could not find test_key in NoaaScrapeList response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestMacClass.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in Mac response. testing' != 'Could not find test_key in Mac response\ntesting'
Full diff:
(
- 'Could not find test_key in Mac response\n'
? ^
+ 'Could not find test_key in Mac response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestAubomClass.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in Aubom response. testing' != 'Could not find test_key in Aubom response\ntesting'
Full diff:
(
- 'Could not find test_key in Aubom response\n'
? ^
+ 'Could not find test_key in Aubom response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestOlbsClass.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in Olbs response. testing' != 'Could not find test_key in Olbs response\ntesting'
Full diff:
(
- 'Could not find test_key in Olbs response\n'
? ^
+ 'Could not find test_key in Olbs response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12:
tests/service/test_scrape.py#L35
TestNamClass.test_make_err
AssertionError: assert ('Could not f...se. testing',) == ('Could not f...se\ntesting',)
At index 0 diff: 'Could not find test_key in Nam response. testing' != 'Could not find test_key in Nam response\ntesting'
Full diff:
(
- 'Could not find test_key in Nam response\n'
? ^
+ 'Could not find test_key in Nam response. testing',
? ^^^^^^^ + +
- 'testing',
)
|
Run hatch test --python 3.12
Process completed with exit code 1.
|
Loading