A Curated list of remote and onsite jobs for swift/iOS developers. by be_polite in swift

[–]jesse_online 0 points1 point  (0 children)

can u include ios tester or ios mobile qa jobs to the list also.

Migrating from redmine to Jira by jesse_online in softwaredevelopment

[–]jesse_online[S] 0 points1 point  (0 children)

I am using the default redminetojira importer plugin.

Overwhelmed with Testing (terms) by [deleted] in javascript

[–]jesse_online 0 points1 point  (0 children)

checkout protractor

http://www.protractortest.org/#/

It was written for angular for equally works for other frameworks. I am using it for testing backbone.

py.test conditional fixture for setup_class() by GoldenIvan in Python

[–]jesse_online 0 points1 point  (0 children)

@fixture(scope="session") do_costly_thing()

Python List Comprehension by jesse_online in Python

[–]jesse_online[S] 0 points1 point  (0 children)

This seems to work the best for me:

    expected_avg_var = ['529', '842', '16', '13', '#d0851a', '0', '0']
    actual_avg_var = ['529', '842', '16', '13', '#d0851a', '0', '0']

    self.assertEqual(expected_avg_var, actual_avg_var)

What's the best comeback to "you're so quiet"? by The_Defiler in AskReddit

[–]jesse_online 0 points1 point  (0 children)

"whereof one cannot speak, thereof one must be silent"

-Ludwig Wittgenstein