getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
57 stars 93 forks source link

Convert test_command_tags.py & test_helloworld.py to use pytest #365

Closed matthew16550 closed 3 years ago

matthew16550 commented 3 years ago

These are the easier files to convert. They have other aspects that could be simplified such as removing 2.x specifics but I think doing it here would over complicate the PR.

The other test files all use ReSTExtensionTestCase so probably belong in a separate PR.

Kwpolska commented 3 years ago

Thanks!