Author Archives: Yuki

Testing in Python: using Django

As promised! Let’s dig in to how we run tests using Django. We run a web server using apache where the code is written using Django. We put information regarding the state of the optmization worker jobs, advertiser/publisher data upload … Continue reading

comments (2)

Testing in Python: using nose & mocks

Here on the AppNexus Optimization team, we write code to optimize algorithms for our customers. We want to write good great code, so of course we test our code. We write and unit test our code in Python and run … Continue reading

comments (0)