Skip to content

uk-gov-mirror/LandRegistry.maintain-feeder

 
 

Repository files navigation

Maintain Feeder

Unit tests

The unit tests are contained in the unit_tests folder. Pytest is used for unit testing.

To run the unit tests if you are using the common dev-env use the following command:

docker-compose exec maintain-feeder make unittest
or, using the alias
unit-test maintain-feeder

or

docker-compose exec maintain-feeder make report="true" unittest
or, using the alias
unit-test maintain-feeder -r

Linting

Linting is performed with Flake8. To run linting:

docker-compose exec maintain-feeder make lint

Naming

For reasons of compliance, the actual name of this module is maintain-feeder-client, the "actual_name" file will cause the RPM to built with this name and it's also the name the service will run under and the folder it will be in when deployed to a server.

About

Local Land Charges maintain-feeder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Dockerfile 2.4%
  • Makefile 1.1%