Skip to content

Commit

Permalink
test: make sure class envs kept intact when subclassed
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jan 17, 2024
1 parent d9afc32 commit a2304b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ class Proc2(Proc1):
envs = {"a": {"b": 2}}

assert Proc2.envs == {"a": {"b": 2, "c": 2}}
assert Proc1.envs == {"a": {"b": 1, "c": 2}}

0 comments on commit a2304b6

Please sign in to comment.