Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Özgür Web Günleri 2012, Python ve Django ile Testle Yürüyen Geliştirme Sunum ve örnekler

Notifications You must be signed in to change notification settings

vigo/owg2012-python-django-tyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

owg2012-pyhton-django-tyg

Özgür Web Günleri 2012, Python ve Django ile Testle Yürüyen Geliştirme Sunum ve örnekler

Örnek Kodlar

Unit test için:

slide_12__docstring_test.py
slide_15__unit_test.py
slide_17__unit_test_decorators.py
slide_25__first_doctest.py

tesleri çalıştırmak için:

python slide_15__unit_test.py
python -m unittest slide_15__unit_test
python -m unittest slide_15__unit_test.TestCalculator
python -m unittest slide_15__unit_test.TestCalculator.test_addition

gibi kullanabilirsiniz.

Django Uygulaması

sample_code/sample_blog_app/blog altında; tests dizini... Unit Test için : tests.py, selenium testi için tests_selenium.py dosyalarını kullanabilirsiniz.

About

Özgür Web Günleri 2012, Python ve Django ile Testle Yürüyen Geliştirme Sunum ve örnekler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published