Commit Graph

5 Commits

Author SHA1 Message Date
Graham Ashton
7e61fc60b8 Fix bad assertion in DiffieHellmanTest
The original code passed a generator expression into the assertion,
which was converted into a list prior to being evaluated for truthiness.

If all the values in the generator are False, the assertion will check
whether `[False, False, False, ...]` is truthy, which it is.

I can't see how this test can ever have failed.

I've used `subTest()`, having seen it used in other exercises.
2022-09-30 13:50:44 -07:00
BethanyG
ba346b3c18 Corrected Malformed Diffie-Hellman Jinja2 template.
- Added a skip formatting instruction to Black
- Reformatted template to have assert test all on one line
- Re-generated tests and tested example solution
2022-06-03 05:46:50 -07:00
BethanyG
a01f29c4c5 Pulled down updates from problem-specifications. Updated JinJa2 template and egenerated test file. (#2743) 2021-11-10 22:08:14 +01:00
Corey McCandless
ae3be07737 use python3.8 in CI and run test generator 2021-02-01 19:08:02 -08:00
Erik Schierboom
c5d9d9c0b3 [v3] Move existing exercises to exercises/practice 2021-01-29 11:14:36 -05:00