Test cases for shared.py #2201

Merged
anand-skss merged 1 commits from test_case into v0.6 2024-04-18 04:39:46 +02:00
anand-skss commented 2024-03-28 04:14:36 +01:00 (Migrated from github.com)
  • Test cases for shared.py
* Test cases for shared.py
PeterSurda (Migrated from github.com) requested changes 2024-04-05 01:05:24 +02:00
PeterSurda (Migrated from github.com) left a comment

one typo but otherwise ok

one typo but otherwise ok
PeterSurda (Migrated from github.com) commented 2024-04-05 01:05:10 +02:00

this looks like a typo, it should be assert_called_once

this looks like a typo, it should be `assert_called_once`
PeterSurda (Migrated from github.com) requested changes 2024-04-13 15:20:20 +02:00
PeterSurda (Migrated from github.com) commented 2024-04-13 15:18:56 +02:00

maybe use addresses from samples

maybe use addresses from samples
PeterSurda (Migrated from github.com) commented 2024-04-13 15:20:11 +02:00

use constants

use constants
anand-skss (Migrated from github.com) reviewed 2024-04-15 04:43:55 +02:00
anand-skss (Migrated from github.com) commented 2024-04-15 04:43:55 +02:00

os.stat returns stat_result type object, so, while mocking return value stat_obj is required.

os.stat returns stat_result type object, so, while mocking return value stat_obj is required.
PeterSurda (Migrated from github.com) reviewed 2024-04-16 06:16:37 +02:00
PeterSurda (Migrated from github.com) commented 2024-04-16 06:16:37 +02:00

I mean the numbers should be constants

I mean the numbers should be constants
PeterSurda (Migrated from github.com) approved these changes 2024-04-18 04:38:06 +02:00
This repo is archived. You cannot comment on pull requests.
No description provided.