django-postgres-copy icon indicating copy to clipboard operation
django-postgres-copy copied to clipboard

fix assertRaises calls

Open davidszotten opened this issue 6 months ago • 0 comments

started looking at using pytest a bit more and came across these broken tests

the existing implementation was calling the function too early, and was just asserting that trying to call the returned None raised an exception (TypeError from attempting to call it)

davidszotten avatar Jun 17 '25 18:06 davidszotten