Rename resources/test/src to resources/test/fixtures (#92)

This commit is contained in:
Charlie Marsh 2022-09-03 11:49:03 -04:00 committed by GitHub
parent 5041f6530c
commit 94faa7f301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 48 additions and 48 deletions

View file

@ -1,10 +0,0 @@
def f() -> int:
yield 1
class Foo:
yield 2
yield 3
yield from 3